summary refs log tree commit diff
path: root/pkgs/applications/science/math/clp
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-06-01 12:08:20 -0400
committerGitHub <noreply@github.com>2019-06-01 12:08:20 -0400
commit62c68b8a728fd59d52b2ad3a3d88a339b5135796 (patch)
tree166df11dd1ac21034c5c34f5be80fce62c8dee95 /pkgs/applications/science/math/clp
parent332c600f7d1659739b85b55492a00c65f1582569 (diff)
downloadnixpkgs-62c68b8a728fd59d52b2ad3a3d88a339b5135796.tar
nixpkgs-62c68b8a728fd59d52b2ad3a3d88a339b5135796.tar.gz
nixpkgs-62c68b8a728fd59d52b2ad3a3d88a339b5135796.tar.bz2
nixpkgs-62c68b8a728fd59d52b2ad3a3d88a339b5135796.tar.lz
nixpkgs-62c68b8a728fd59d52b2ad3a3d88a339b5135796.tar.xz
nixpkgs-62c68b8a728fd59d52b2ad3a3d88a339b5135796.tar.zst
nixpkgs-62c68b8a728fd59d52b2ad3a3d88a339b5135796.zip
clp: update homepage
Diffstat (limited to 'pkgs/applications/science/math/clp')
-rw-r--r--pkgs/applications/science/math/clp/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];