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 | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics/pymc')
-rw-r--r-- | sci-mathematics/pymc/pymc-2.2.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/pymc/pymc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/pymc/pymc-2.2.ebuild b/sci-mathematics/pymc/pymc-2.2.ebuild index 9f72cae1f210..dc9555ec3dea 100644 --- a/sci-mathematics/pymc/pymc-2.2.ebuild +++ b/sci-mathematics/pymc/pymc-2.2.ebuild @@ -7,8 +7,8 @@ EAPI=4 inherit distutils vcs-snapshot DESCRIPTION="Markov Chain Monte Carlo sampling toolkit" -HOMEPAGE="http://github.com/${PN}-devs/${PN} http://pypi.python.org/pypi/${PN}" -SRC_URI="http://github.com/${PN}-devs/${PN}/tarball/v${PV} -> ${P}.tar.gz" +HOMEPAGE="https://github.com/${PN}-devs/${PN} https://pypi.python.org/pypi/${PN}" +SRC_URI="https://github.com/${PN}-devs/${PN}/tarball/v${PV} -> ${P}.tar.gz" SLOT=0 KEYWORDS="~amd64-linux ~x86-linux" diff --git a/sci-mathematics/pymc/pymc-9999.ebuild b/sci-mathematics/pymc/pymc-9999.ebuild index 1702a1a18204..461123ea059b 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="" |