From 544ad54aa7e82c6b912f95fcf2c697869325c759 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 1 Jul 2020 19:42:28 +0200 Subject: dev-games/cardpics: use HTTPS, fix LICENSE Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- dev-games/cardpics/cardpics-0.4-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dev-games') diff --git a/dev-games/cardpics/cardpics-0.4-r1.ebuild b/dev-games/cardpics/cardpics-0.4-r1.ebuild index 9042e9a0142d..4ba122862bce 100644 --- a/dev-games/cardpics/cardpics-0.4-r1.ebuild +++ b/dev-games/cardpics/cardpics-0.4-r1.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="set of free cards sets" -HOMEPAGE="http://www.nongnu.org/cardpics/" -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2" +HOMEPAGE="https://www.nongnu.org/cardpics/" +SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 hppa x86" -IUSE="" -- cgit v1.2.3-65-gdbad