From d3b520df82a7407801631ef57b23deaddcb7bcd0 Mon Sep 17 00:00:00 2001 From: noshu Date: Mon, 23 May 2016 00:26:00 +0600 Subject: [PATCH] some changes in toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef5517c..fe3a0fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lbfgsb-sys" version = "0.1.0" authors = ["noshu "] -license= "MIT/BSD-3" +license= "MIT/BSD-3-Clause" description = "The package provides an interface to L-BFGS-B fortran routine" homepage = "https://github.com/noshu/lbfgsb-sys" repository = "https://github.com/noshu/lbfgsb-sys"