Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pal/
Date: Sun, 30 Jul 2017 08:36:11
Message-Id: 1501403753.c6475a8ae93229ee5236bfc4654201ee5717da96.mgorny@gentoo
1 commit: c6475a8ae93229ee5236bfc4654201ee5717da96
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:15:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6475a8a
7
8 sci-astronomy/pal: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-astronomy/pal/pal-0.9.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-astronomy/pal/pal-0.9.7.ebuild b/sci-astronomy/pal/pal-0.9.7.ebuild
16 index 23a16736936..c165f47d600 100644
17 --- a/sci-astronomy/pal/pal-0.9.7.ebuild
18 +++ b/sci-astronomy/pal/pal-0.9.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,7 +6,7 @@ EAPI=6
26 inherit eutils
27
28 DESCRIPTION="Positional Astronomy Library"
29 -HOMEPAGE="http://github.com/Starlink/pal"
30 +HOMEPAGE="https://github.com/Starlink/pal"
31 SRC_URI="https://github.com/Starlink/${PN}/releases/download/v${PV}/${P}.tar.gz"
32
33 LICENSE="GPL-2"