diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-08 12:10:58 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 15:02:24 +0300 |
commit | 9e36e3f5e3cdfdba30b5720aa881f1c36a4834bb (patch) | |
tree | 06a22c7a1f182163867ecf9ab33d8be7ab1b8c23 /app-editors/moe | |
parent | app-editors/moe: add 1.14 (diff) | |
download | gentoo-9e36e3f5e3cdfdba30b5720aa881f1c36a4834bb.tar.gz gentoo-9e36e3f5e3cdfdba30b5720aa881f1c36a4834bb.tar.bz2 gentoo-9e36e3f5e3cdfdba30b5720aa881f1c36a4834bb.zip |
app-editors/moe: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://bugs.gentoo.org/881629
Closes: https://github.com/gentoo/gentoo/pull/37079
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/moe')
-rw-r--r-- | app-editors/moe/moe-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/moe/moe-1.12.ebuild b/app-editors/moe/moe-1.12.ebuild index 83d00419afd1..2669fcffdb1d 100644 --- a/app-editors/moe/moe-1.12.ebuild +++ b/app-editors/moe/moe-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ DESCRIPTION="A powerful and user-friendly console text editor" HOMEPAGE="https://www.gnu.org/software/moe/" SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" -LICENSE="GPL-3" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~riscv x86 ~amd64-linux ~x86-linux" |