diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-25 21:53:41 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-25 18:28:07 -0400 |
commit | 57ecccdb0f0f36efa5b644918eaa4c626e5f7c97 (patch) | |
tree | 0355ad77a86c3e5d9bac7447104f023450e0c5b7 /sci-astronomy | |
parent | dev-python/astropy: use HTTPs (diff) | |
download | gentoo-57ecccdb0f0f36efa5b644918eaa4c626e5f7c97.tar.gz gentoo-57ecccdb0f0f36efa5b644918eaa4c626e5f7c97.tar.bz2 gentoo-57ecccdb0f0f36efa5b644918eaa4c626e5f7c97.zip |
sci-astronomy/kapteyn: use HTTPs
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kapteyn/kapteyn-2.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-astronomy/kapteyn/kapteyn-2.3.ebuild b/sci-astronomy/kapteyn/kapteyn-2.3.ebuild index 853ec1ed2cf1..91ca272bf852 100644 --- a/sci-astronomy/kapteyn/kapteyn-2.3.ebuild +++ b/sci-astronomy/kapteyn/kapteyn-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Collection of python tools for astronomy" -HOMEPAGE="http://www.astro.rug.nl/software/kapteyn" -SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz" +HOMEPAGE="https://www.astro.rug.nl/software/kapteyn/" +SRC_URI="https://www.astro.rug.nl/software/kapteyn/${P}.tar.gz" LICENSE="BSD" SLOT="0" |