commit: e5766b7fe30bf3c89ffe7222ad340aaf46930c9f Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Mar 8 17:57:17 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 22:35:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5766b7f
dev-python/nbdime: use HTTPS. Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11302 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-python/nbdime/nbdime-0.1.2.ebuild | 4 ++-- 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 f469ec14ebc..c50f45a761e 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 d407d7d26d2..1304d390a05 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"