clp: update homepage

This commit is contained in:
worldofpeace 2019-06-01 12:08:20 -04:00 committed by GitHub
parent 332c600f7d
commit 62c68b8a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
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++";
platforms = platforms.darwin ++ [ "x86_64-linux" ];
maintainers = [ maintainers.vbgl ];