Merge pull request #46377 from dasJ/nonhttp
treewide: Use http/https for homepages
This commit is contained in:
commit
201ee19758
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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";
|
description = "Randomized property-based testing plugin for Coq; a clone of Haskell QuickCheck";
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = coq.meta.platforms;
|
platforms = coq.meta.platforms;
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = git://github.com/jwiegley/category-theory.git;
|
homepage = https://github.com/jwiegley/category-theory;
|
||||||
description = "A formalization of category theory in Coq for personal study and practical work";
|
description = "A formalization of category theory in Coq for personal study and practical work";
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = coq.meta.platforms;
|
platforms = coq.meta.platforms;
|
||||||
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = git://github.com/jwiegley/coq-haskell.git;
|
homepage = https://github.com/jwiegley/coq-haskell;
|
||||||
description = "A library for formalizing Haskell types and functions in Coq";
|
description = "A library for formalizing Haskell types and functions in Coq";
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = coq.meta.platforms;
|
platforms = coq.meta.platforms;
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ pycurl ];
|
propagatedBuildInputs = [ pycurl ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "urlgrabber.baseurl.org";
|
homepage = http://urlgrabber.baseurl.org;
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
description = "Python module for downloading files";
|
description = "Python module for downloading files";
|
||||||
maintainers = with maintainers; [ qknight ];
|
maintainers = with maintainers; [ qknight ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user