diff options
Diffstat (limited to 'community/portablexdr/APKBUILD')
-rw-r--r-- | community/portablexdr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/portablexdr/APKBUILD b/community/portablexdr/APKBUILD index e011685125b..3d0c46eca7d 100644 --- a/community/portablexdr/APKBUILD +++ b/community/portablexdr/APKBUILD @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="external data representation (XDR) library" url="http://people.redhat.com/~rjones/portablexdr/" arch="all" -license="GPLv2+" +license="GPL-2.0-or-later" depends="" depends_dev="" makedepends="$depends_dev libtool" |