cvc4: fix homepage url
This commit is contained in:
parent
9475c75895
commit
862e4e4fdb
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A high-performance theorem prover and SMT solver";
|
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;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ vbgl thoughtpolice gebner ];
|
maintainers = with maintainers; [ vbgl thoughtpolice gebner ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user