diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 10:01:33 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:52:59 +0200 |
commit | 3a818b27229c3a99cc361e8914c655fa4ef1b58b (patch) | |
tree | b0a30782478e3cacd79eb5fb3711ec633afeabee /media-sound/chordii | |
parent | media-sound/cdstatus: use HTTPS (diff) | |
download | gentoo-3a818b27229c3a99cc361e8914c655fa4ef1b58b.tar.gz gentoo-3a818b27229c3a99cc361e8914c655fa4ef1b58b.tar.bz2 gentoo-3a818b27229c3a99cc361e8914c655fa4ef1b58b.zip |
media-sound/chordii: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/chordii')
-rw-r--r-- | media-sound/chordii/chordii-4.5.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/chordii/chordii-4.5.3.ebuild b/media-sound/chordii/chordii-4.5.3.ebuild index 1b9c9f3d7f9b..38b2e690de5b 100644 --- a/media-sound/chordii/chordii-4.5.3.ebuild +++ b/media-sound/chordii/chordii-4.5.3.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="A guitar music typesetter" -HOMEPAGE="http://chordii.sourceforge.net/" +DESCRIPTION="Guitar music typesetter" +HOMEPAGE="https://chordii.sourceforge.net/" SRC_URI=" mirror://sourceforge/${PN}/${P}.tar.gz doc? ( mirror://sourceforge/${PN}/user_guide-${PV}.pdf )" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" |