cvc4: fix homepage url

This commit is contained in:
Gabriel Ebner 2018-07-16 15:58:22 +01:00
parent 9475c75895
commit 862e4e4fdb

View File

@ -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 ];