coq: fix hompage url
Just a trivial nitpick
This commit is contained in:
committed by
Vincent Laporte
parent
979bfdb670
commit
5c90581563
@@ -217,7 +217,7 @@ self = stdenv.mkDerivation {
|
||||
together with an environment for semi-interactive development of
|
||||
machine-checked proofs.
|
||||
'';
|
||||
homepage = "http://coq.inria.fr";
|
||||
homepage = "https://coq.inria.fr";
|
||||
license = licenses.lgpl21;
|
||||
branch = coq-version;
|
||||
maintainers = with maintainers; [ roconnor thoughtpolice vbgl Zimmi48 ];
|
||||
|
||||
Reference in New Issue
Block a user