diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-19 18:14:31 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-03-20 09:22:10 +0100 |
commit | 094bb9b3a8eaa763849c1a199da654f2d15415a0 (patch) | |
tree | 5fea7762979150176557a9923882a85d3a00680e /media-sound/darksnow | |
parent | media-sound/awesfx: use HTTPS, fix LICENSE (diff) | |
download | gentoo-094bb9b3a8eaa763849c1a199da654f2d15415a0.tar.gz gentoo-094bb9b3a8eaa763849c1a199da654f2d15415a0.tar.bz2 gentoo-094bb9b3a8eaa763849c1a199da654f2d15415a0.zip |
media-sound/darksnow: use HTTPS, fix LICENSE
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/darksnow')
-rw-r--r-- | media-sound/darksnow/darksnow-0.7.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/darksnow/darksnow-0.7.1.ebuild b/media-sound/darksnow/darksnow-0.7.1.ebuild index 1a877cebfda6..c3fb853f1770 100644 --- a/media-sound/darksnow/darksnow-0.7.1.ebuild +++ b/media-sound/darksnow/darksnow-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,10 +6,10 @@ EAPI=7 inherit autotools desktop xdg DESCRIPTION="Streaming GTK+ Front-End based on Darkice Ice Streamer" -HOMEPAGE="http://darksnow.radiolivre.org" -SRC_URI="http://darksnow.radiolivre.org/pacotes/${P}.tar.gz" +HOMEPAGE="https://darksnow.radiolivre.org" +SRC_URI="https://darksnow.radiolivre.org/pacotes/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc sparc x86" |