coq: fix hompage url

Just a trivial nitpick
This commit is contained in:
Pablo Ovelleiro Corral 2023-11-02 10:40:22 +01:00 committed by Vincent Laporte
parent 979bfdb670
commit 5c90581563

View File

@ -217,7 +217,7 @@ self = stdenv.mkDerivation {
together with an environment for semi-interactive development of together with an environment for semi-interactive development of
machine-checked proofs. machine-checked proofs.
''; '';
homepage = "http://coq.inria.fr"; homepage = "https://coq.inria.fr";
license = licenses.lgpl21; license = licenses.lgpl21;
branch = coq-version; branch = coq-version;
maintainers = with maintainers; [ roconnor thoughtpolice vbgl Zimmi48 ]; maintainers = with maintainers; [ roconnor thoughtpolice vbgl Zimmi48 ];