diff options
Diffstat (limited to 'main/libotr3/APKBUILD')
-rw-r--r-- | main/libotr3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libotr3/APKBUILD b/main/libotr3/APKBUILD index 89aecf7ff16..d023e6bf2c9 100644 --- a/main/libotr3/APKBUILD +++ b/main/libotr3/APKBUILD @@ -6,7 +6,7 @@ pkgrel=4 pkgdesc="Off The Record Messaging, an encryption library for secure IM conversations" url="http://otr.cypherpunks.ca/" arch="all" -license="LGPL2+" +license="LGPL-2.0-or-later" depends= depends_dev="libgcrypt-dev" makedepends="$depends_dev" |