clp: update homepage
This commit is contained in:
parent
332c600f7d
commit
62c68b8a72
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
license = licenses.epl10;
|
license = licenses.epl10;
|
||||||
homepage = https://projects.coin-or.org/Clp;
|
homepage = "https://github.com/coin-or/Clp";
|
||||||
description = "An open-source linear programming solver written in C++";
|
description = "An open-source linear programming solver written in C++";
|
||||||
platforms = platforms.darwin ++ [ "x86_64-linux" ];
|
platforms = platforms.darwin ++ [ "x86_64-linux" ];
|
||||||
maintainers = [ maintainers.vbgl ];
|
maintainers = [ maintainers.vbgl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user