commit: 05b74f55153f269bc317ff73437b75afbf47ffd8 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Jan 13 21:03:04 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Jan 13 21:03:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=05b74f55
sci-libs/nipy: use https for homepage Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-libs/nipy/nipy-0.4.1.ebuild | 4 ++-- sci-libs/nipy/nipy-0.4.2.ebuild | 4 ++-- sci-libs/nipy/nipy-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-libs/nipy/nipy-0.4.1.ebuild b/sci-libs/nipy/nipy-0.4.1.ebuild index 81c038413..81f6aa14a 100644 --- a/sci-libs/nipy/nipy-0.4.1.ebuild +++ b/sci-libs/nipy/nipy-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 eutils multilib flag-o-matic DESCRIPTION="Neuroimaging tools for Python" -HOMEPAGE="http://nipy.org/" +HOMEPAGE="https://nipy.org/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/sci-libs/nipy/nipy-0.4.2.ebuild b/sci-libs/nipy/nipy-0.4.2.ebuild index dfc536d4c..3749f7ae2 100644 --- a/sci-libs/nipy/nipy-0.4.2.ebuild +++ b/sci-libs/nipy/nipy-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 eutils multilib flag-o-matic DESCRIPTION="Neuroimaging tools for Python" -HOMEPAGE="http://nipy.org/" +HOMEPAGE="https://nipy.org/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild index 5eac0416a..9878397aa 100644 --- a/sci-libs/nipy/nipy-9999.ebuild +++ b/sci-libs/nipy/nipy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 eutils multilib flag-o-matic git-r3 DESCRIPTION="Neuroimaging tools for Python" -HOMEPAGE="http://nipy.org/" +HOMEPAGE="https://nipy.org/" SRC_URI="" EGIT_REPO_URI="https://github.com/nipy/nipy"
