diff options
-rw-r--r-- | sci-biology/dipy/dipy-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/dipy/dipy-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/dipy/dipy-1.1.1.ebuild b/sci-biology/dipy/dipy-1.1.1.ebuild index 38c9038f9..5a9a1a864 100644 --- a/sci-biology/dipy/dipy-1.1.1.ebuild +++ b/sci-biology/dipy/dipy-1.1.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_{6..9} ) inherit distutils-r1 DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI" -HOMEPAGE="http://nipy.org/dipy" +HOMEPAGE="https://nipy.org/dipy" SRC_URI="https://github.com/nipy/dipy/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/sci-biology/dipy/dipy-9999.ebuild b/sci-biology/dipy/dipy-9999.ebuild index f63378c9a..7b04bb9ae 100644 --- a/sci-biology/dipy/dipy-9999.ebuild +++ b/sci-biology/dipy/dipy-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_{6,7} ) inherit distutils-r1 git-r3 DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI" -HOMEPAGE="http://nipy.org/dipy" +HOMEPAGE="https://nipy.org/dipy" SRC_URI="" EGIT_REPO_URI="https://github.com/nipy/dipy" |