diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 09:15:00 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:35:53 +0200 |
commit | c6475a8ae93229ee5236bfc4654201ee5717da96 (patch) | |
tree | c61945bd309980ec45c2d6287605ef3aa90259e8 /sci-astronomy/pal | |
parent | sys-auth/docker_auth: use HTTPS for GitHub (diff) | |
download | gentoo-c6475a8ae93229ee5236bfc4654201ee5717da96.tar.gz gentoo-c6475a8ae93229ee5236bfc4654201ee5717da96.tar.bz2 gentoo-c6475a8ae93229ee5236bfc4654201ee5717da96.zip |
sci-astronomy/pal: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-astronomy/pal')
-rw-r--r-- | sci-astronomy/pal/pal-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/pal/pal-0.9.7.ebuild b/sci-astronomy/pal/pal-0.9.7.ebuild index 23a167369366..c165f47d600a 100644 --- a/sci-astronomy/pal/pal-0.9.7.ebuild +++ b/sci-astronomy/pal/pal-0.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit eutils DESCRIPTION="Positional Astronomy Library" -HOMEPAGE="http://github.com/Starlink/pal" +HOMEPAGE="https://github.com/Starlink/pal" SRC_URI="https://github.com/Starlink/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" |