diff options
author | 2021-01-13 21:49:17 +0100 | |
---|---|---|
committer | 2021-01-13 21:49:17 +0100 | |
commit | 26ec10516e9d20352d971cfe03b78367af1e9366 (patch) | |
tree | 7cffd13ce7d5b7e3e15836d2fa82285de3d71a06 | |
parent | sci-libs/ccif: use https homepage (diff) | |
download | sci-26ec10516e9d20352d971cfe03b78367af1e9366.tar.gz sci-26ec10516e9d20352d971cfe03b78367af1e9366.tar.bz2 sci-26ec10516e9d20352d971cfe03b78367af1e9366.zip |
sci-biology/dipy: use https for homepage
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-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" |