From 862e4e4fdb665981b140fda9dcf7298f09fbc061 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 16 Jul 2018 15:58:22 +0100 Subject: [PATCH] cvc4: fix homepage url --- pkgs/applications/science/logic/cvc4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];