treewide: http -> https

This commit is contained in:
Ryan Mulligan
2018-06-29 17:18:27 -07:00
parent 9137f83880
commit 1d54dc6841
13 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A toolkit for working with and comparing the standardized codes for languages, such as en for English or es for Spanish";
homepage = http://github.com/LuminosoInsight/langcodes;
homepage = https://github.com/LuminosoInsight/langcodes;
license = licenses.mit;
maintainers = with maintainers; [ ixxie ];
};

View File

@@ -20,8 +20,8 @@ buildPythonPackage rec {
meta = {
description = "Pythonic binding for the libxml2 and libxslt libraries";
homepage = http://lxml.de;
homepage = https://lxml.de;
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ sjourdois ];
};
}
}

View File

@@ -57,7 +57,7 @@ buildPythonPackage rec {
meta = {
description = "Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC)";
homepage = http://github.com/pymc-devs/pymc3;
homepage = https://github.com/pymc-devs/pymc3;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ilya-kolpakov ];
};

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "OpenID support for modern servers and consumers";
homepage = http://github.com/necaris/python3-openid;
homepage = https://github.com/necaris/python3-openid;
license = licenses.asl20;
};
}