forked from mirrors/nixpkgs
lp_solve: updated description
This commit is contained in:
parent
725c85c720
commit
3fa49d5ac4
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "lp_solve is a Mixed Integer Linear Programming (MILP) solver";
|
description = "A Mixed Integer Linear Programming (MILP) solver";
|
||||||
homepage = "http://lpsolve.sourceforge.net";
|
homepage = "http://lpsolve.sourceforge.net";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ smironov ];
|
maintainers = with maintainers; [ smironov ];
|
||||||
|
|
Loading…
Reference in a new issue