coqPackages.CoLoR: update homepage

This commit is contained in:
Ben Siraphob 2022-01-07 14:11:45 +07:00
parent 5e09daba1b
commit 28d7cd8c46
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267

View File

@ -23,7 +23,7 @@ with lib; mkCoqDerivation {
enableParallelBuilding = false;
meta = {
homepage = "http://color.inria.fr/";
homepage = "https://github.com/fblanqui/color";
description = "CoLoR is a library of formal mathematical definitions and proofs of theorems on rewriting theory and termination whose correctness has been mechanically checked by the Coq proof assistant.";
maintainers = with maintainers; [ jpas jwiegley ];
};