lp_solve: updated description
This commit is contained in:
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user