From 62c68b8a728fd59d52b2ad3a3d88a339b5135796 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sat, 1 Jun 2019 12:08:20 -0400 Subject: [PATCH] clp: update homepage --- pkgs/applications/science/math/clp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/math/clp/default.nix b/pkgs/applications/science/math/clp/default.nix index bab4068ecf9..0beee1eb291 100644 --- a/pkgs/applications/science/math/clp/default.nix +++ b/pkgs/applications/science/math/clp/default.nix @@ -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 ];