diff options
Diffstat (limited to 'main/libotr/APKBUILD')
-rw-r--r-- | main/libotr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libotr/APKBUILD b/main/libotr/APKBUILD index 96a23e0e14..4265fab9ff 100644 --- a/main/libotr/APKBUILD +++ b/main/libotr/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 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" |