commit: 26ec10516e9d20352d971cfe03b78367af1e9366
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 13 20:49:17 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 13 20:49:17 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=26ec1051
sci-biology/dipy: use https for homepage
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/dipy/dipy-1.1.1.ebuild | 4 ++--
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"