treewide: Use http/https for homepages
This commit is contained in:
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = git://github.com/QuickChick/QuickChick.git;
|
||||
homepage = https://github.com/QuickChick/QuickChick;
|
||||
description = "Randomized property-based testing plugin for Coq; a clone of Haskell QuickCheck";
|
||||
maintainers = with maintainers; [ jwiegley ];
|
||||
platforms = coq.meta.platforms;
|
||||
|
||||
Reference in New Issue
Block a user