summary refs log tree commit diff
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2018-07-16 15:58:22 +0100
committerGabriel Ebner <gebner@gebner.org>2018-07-16 15:58:22 +0100
commit862e4e4fdb665981b140fda9dcf7298f09fbc061 (patch)
tree93828a2d79259e5e4e0699bd43cf7b89a9b458b9
parent9475c75895e3a6fc4a0f92b8612f9bceeec775c0 (diff)
downloadnixpkgs-862e4e4fdb665981b140fda9dcf7298f09fbc061.tar
nixpkgs-862e4e4fdb665981b140fda9dcf7298f09fbc061.tar.gz
nixpkgs-862e4e4fdb665981b140fda9dcf7298f09fbc061.tar.bz2
nixpkgs-862e4e4fdb665981b140fda9dcf7298f09fbc061.tar.lz
nixpkgs-862e4e4fdb665981b140fda9dcf7298f09fbc061.tar.xz
nixpkgs-862e4e4fdb665981b140fda9dcf7298f09fbc061.tar.zst
nixpkgs-862e4e4fdb665981b140fda9dcf7298f09fbc061.zip
cvc4: fix homepage url
-rw-r--r--pkgs/applications/science/logic/cvc4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/cvc4/default.nix b/pkgs/applications/science/logic/cvc4/default.nix
index 222021bb1c9..cddcbef7a03 100644
--- a/pkgs/applications/science/logic/cvc4/default.nix
+++ b/pkgs/applications/science/logic/cvc4/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A high-performance theorem prover and SMT solver";
-    homepage    = http://cvc4.cs.nyu.edu/web/;
+    homepage    = http://cvc4.cs.stanford.edu/web/;
     license     = licenses.gpl3;
     platforms   = platforms.unix;
     maintainers = with maintainers; [ vbgl thoughtpolice gebner ];