3
0
Fork 0
forked from mirrors/nixpkgs

lp_solve: updated description

This commit is contained in:
taku0 2016-05-04 22:03:22 +09:00
parent 725c85c720
commit 3fa49d5ac4

View file

@ -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 ];