diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 15:35:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 16:05:03 +0200 |
commit | d173640bb5db78a75833f7c5b826d1926fc179aa (patch) | |
tree | ffe4c09e669e6ec395eebda59e745d9d01798648 /dev-libs/olm | |
parent | dev-libs/libqtolm: Cleanup unmaintained and unneeded package (diff) | |
download | gentoo-d173640bb5db78a75833f7c5b826d1926fc179aa.tar.gz gentoo-d173640bb5db78a75833f7c5b826d1926fc179aa.tar.bz2 gentoo-d173640bb5db78a75833f7c5b826d1926fc179aa.zip |
dev-libs/olm: fix LICENSE
See also: https://github.com/gentoo/gentoo/pull/31113
Closes: https://bugs.gentoo.org/908066
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/olm')
-rw-r--r-- | dev-libs/olm/olm-3.2.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild index 51730d54f75a..1146f6c87aa9 100644 --- a/dev-libs/olm/olm-3.2.15.ebuild +++ b/dev-libs/olm/olm-3.2.15.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Implementation of the Double Ratchet cryptographic ratchet in C++" HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm" SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2" -LICENSE="GPL-3" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="test" |