diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-06 10:41:13 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-07-07 09:31:25 +0200 |
commit | d39006659aca55a2d5672840d4a7f1e44558b360 (patch) | |
tree | c8493ea00710a668754473e1d5f25308fba39ba7 /media-libs/libclastfm | |
parent | media-libs/libcddb: use HTTPS, fix LICENSE (diff) | |
download | gentoo-d39006659aca55a2d5672840d4a7f1e44558b360.tar.gz gentoo-d39006659aca55a2d5672840d4a7f1e44558b360.tar.bz2 gentoo-d39006659aca55a2d5672840d4a7f1e44558b360.zip |
media-libs/libclastfm: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/libclastfm')
-rw-r--r-- | media-libs/libclastfm/libclastfm-0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libclastfm/libclastfm-0.5.ebuild b/media-libs/libclastfm/libclastfm-0.5.ebuild index ec203eb68942..711cfbfec9e2 100644 --- a/media-libs/libclastfm/libclastfm-0.5.ebuild +++ b/media-libs/libclastfm/libclastfm-0.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="C API library to the last.fm web service (unofficial)" -HOMEPAGE="http://liblastfm.sourceforge.net/" +HOMEPAGE="https://liblastfm.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN/c}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" IUSE="static-libs" |