diff options
author | 2019-03-08 18:57:17 +0100 | |
---|---|---|
committer | 2019-03-10 23:35:31 +0100 | |
commit | e5766b7fe30bf3c89ffe7222ad340aaf46930c9f (patch) | |
tree | 4ebdaf526c966f8194958f3d5fad6cb020aa568e /dev-python/nbdime | |
parent | www-apache/mod_security: fix building USE=doc. (diff) | |
download | gentoo-e5766b7fe30bf3c89ffe7222ad340aaf46930c9f.tar.gz gentoo-e5766b7fe30bf3c89ffe7222ad340aaf46930c9f.tar.bz2 gentoo-e5766b7fe30bf3c89ffe7222ad340aaf46930c9f.zip |
dev-python/nbdime: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11302
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/nbdime')
-rw-r--r-- | dev-python/nbdime/nbdime-0.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/nbdime/nbdime-0.2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/nbdime/nbdime-0.1.2.ebuild b/dev-python/nbdime/nbdime-0.1.2.ebuild index f469ec14ebc7..c50f45a761e8 100644 --- a/dev-python/nbdime/nbdime-0.1.2.ebuild +++ b/dev-python/nbdime/nbdime-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{4,5} ) inherit distutils-r1 DESCRIPTION="Diff and merge of Jupyter Notebooks" -HOMEPAGE="http://jupyter.org" +HOMEPAGE="https://jupyter.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64" diff --git a/dev-python/nbdime/nbdime-0.2.0.ebuild b/dev-python/nbdime/nbdime-0.2.0.ebuild index d407d7d26d2f..1304d390a05a 100644 --- a/dev-python/nbdime/nbdime-0.2.0.ebuild +++ b/dev-python/nbdime/nbdime-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Diff and merge of Jupyter Notebooks" -HOMEPAGE="http://jupyter.org" +HOMEPAGE="https://jupyter.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64" |