diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /sci-mathematics/pymc/pymc-9999.ebuild | |
parent | 1d66a80b6dca38c669ac53fb4f0ecf6b34f97e4f (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.xz |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics/pymc/pymc-9999.ebuild')
-rw-r--r-- | sci-mathematics/pymc/pymc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pymc/pymc-9999.ebuild b/sci-mathematics/pymc/pymc-9999.ebuild index 1702a1a1820..461123ea059 100644 --- a/sci-mathematics/pymc/pymc-9999.ebuild +++ b/sci-mathematics/pymc/pymc-9999.ebuild @@ -6,9 +6,9 @@ EAPI=4 inherit distutils git-2 -EGIT_REPO_URI="http://github.com/${PN}-devs/${PN}.git" +EGIT_REPO_URI="https://github.com/${PN}-devs/${PN}.git" DESCRIPTION="Markov chain Monte Carlo for Python" -HOMEPAGE="http://github.com/${PN}-devs/${PN} http://pypi.python.org/pypi/${PN}" +HOMEPAGE="https://github.com/${PN}-devs/${PN} https://pypi.python.org/pypi/${PN}" SLOT=0 KEYWORDS="" |