diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-10-15 01:47:22 -0600 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-18 14:50:45 +0200 |
commit | 7d3f9994f5490ef95ab7a5e49ea2054c4345706f (patch) | |
tree | 079b89a01ec1dee3d9cdfe367628511268d1caa2 /net-irc | |
parent | net-irc/weechat: add zstd USE-flag (diff) | |
download | gentoo-7d3f9994f5490ef95ab7a5e49ea2054c4345706f.tar.gz gentoo-7d3f9994f5490ef95ab7a5e49ea2054c4345706f.tar.bz2 gentoo-7d3f9994f5490ef95ab7a5e49ea2054c4345706f.zip |
net-irc/weechat: fix LICENSE
the COPYING file is GPL-3 but the header of source files specify GPL-3+
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 4983e81b236e..b12a006a3dcb 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -23,7 +23,7 @@ fi DESCRIPTION="Portable and multi-interface IRC client" HOMEPAGE="https://weechat.org/" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0/${PV}" NETWORKS="+irc" |