diff options
-rw-r--r-- | sci-astronomy/skycat/skycat-3.1.2-r2.ebuild | 6 | ||||
-rw-r--r-- | sci-astronomy/skycat/skycat-3.1.3.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild index 6d1350d0d559..d6d75d24af63 100644 --- a/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild +++ b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools flag-o-matic DESCRIPTION="ESO astronomical image visualizer with catalog access" -HOMEPAGE="http://archive.eso.org/skycat" +HOMEPAGE="https://www.eso.org/sci/observing/tools/skycat.html" SRC_URI="http://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" diff --git a/sci-astronomy/skycat/skycat-3.1.3.ebuild b/sci-astronomy/skycat/skycat-3.1.3.ebuild index 4ade8b0c438b..fdc7fd42f7ee 100644 --- a/sci-astronomy/skycat/skycat-3.1.3.ebuild +++ b/sci-astronomy/skycat/skycat-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,10 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="ESO astronomical image visualizer with catalog access" -HOMEPAGE="http://archive.eso.org/skycat" -SRC_URI="http://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz" +HOMEPAGE="https://www.eso.org/sci/observing/tools/skycat.html" +SRC_URI="https://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |