diff options
author | Alfred Persson Forsberg <cat@catcream.org> | 2023-06-20 23:55:51 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-23 03:13:35 +0100 |
commit | 9d016c0ae0bb5b834e3af1fb7fe545446e464e70 (patch) | |
tree | 3e73251649bc7bbe52ef6f9af94ed404e5847da5 /net-irc | |
parent | net-print/cups: add 2.4.6 (diff) | |
download | gentoo-9d016c0ae0bb5b834e3af1fb7fe545446e464e70.tar.gz gentoo-9d016c0ae0bb5b834e3af1fb7fe545446e464e70.tar.bz2 gentoo-9d016c0ae0bb5b834e3af1fb7fe545446e464e70.zip |
net-irc/soju: update LICENSE
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org>
Closes: https://github.com/gentoo/gentoo/pull/31560
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/soju/soju-0.6.1.ebuild | 2 | ||||
-rw-r--r-- | net-irc/soju/soju-0.6.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/soju/soju-0.6.1.ebuild b/net-irc/soju/soju-0.6.1.ebuild index 99a1a193b5e5..f71ea46cb2d7 100644 --- a/net-irc/soju/soju-0.6.1.ebuild +++ b/net-irc/soju/soju-0.6.1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://soju.im/" SRC_URI="https://git.sr.ht/~emersion/${PN}/refs/download/v${PV}/${P}.tar.gz" SRC_URI+=" https://github.com/alfredfo/${PN}-deps/raw/master/${P}-deps.tar.xz" -LICENSE="AGPL-3" +LICENSE="AGPL-3 Apache-2.0 MIT BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv" IUSE="moderncsqlite +sqlite pam" diff --git a/net-irc/soju/soju-0.6.2.ebuild b/net-irc/soju/soju-0.6.2.ebuild index 11f84c48fbf7..bfebd16695f7 100644 --- a/net-irc/soju/soju-0.6.2.ebuild +++ b/net-irc/soju/soju-0.6.2.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://soju.im/" SRC_URI="https://git.sr.ht/~emersion/${PN}/refs/download/v${PV}/${P}.tar.gz" SRC_URI+=" https://github.com/alfredfo/${PN}-deps/raw/master/${P}-deps.tar.xz" -LICENSE="AGPL-3" +LICENSE="AGPL-3 Apache-2.0 MIT BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv" IUSE="moderncsqlite +sqlite pam" |