diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-20 22:52:31 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:16:13 +0200 |
commit | 658609b47c1fdcdf09d6a1e0e0f691f9c27f9444 (patch) | |
tree | 9a7f00b33f726cc4ae35aacdc6fc376eceb3fa12 /app-misc/cdcat | |
parent | app-misc/bb: use HTTPS, fix LICENSE (diff) | |
download | gentoo-658609b47c1fdcdf09d6a1e0e0f691f9c27f9444.tar.gz gentoo-658609b47c1fdcdf09d6a1e0e0f691f9c27f9444.tar.bz2 gentoo-658609b47c1fdcdf09d6a1e0e0f691f9c27f9444.zip |
app-misc/cdcat: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/cdcat')
-rw-r--r-- | app-misc/cdcat/cdcat-0.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/cdcat/cdcat-0.3-r1.ebuild b/app-misc/cdcat/cdcat-0.3-r1.ebuild index ae81f769f031..19db53beaa05 100644 --- a/app-misc/cdcat/cdcat-0.3-r1.ebuild +++ b/app-misc/cdcat/cdcat-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,9 +6,9 @@ EAPI=7 DESCRIPTION="Simple yet effective CD indexing program" # original src went away: SRC_URI="http://littledragon.home.ro/unix/${P}.tar.gz" SRC_URI="mirror://sourceforge/cdcatalog/${P}.tar.gz" -HOMEPAGE="http://cdcatalog.sourceforge.net/" +HOMEPAGE="https://cdcatalog.sourceforge.net/" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" |