diff options
Diffstat (limited to 'community/scapy')
-rw-r--r-- | community/scapy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/scapy/APKBUILD b/community/scapy/APKBUILD index 5959adf626..1eb9b46c12 100644 --- a/community/scapy/APKBUILD +++ b/community/scapy/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Powerful interactive packet manipulation" url="http://www.secdev.org/projects/scapy/" arch="noarch" -license="GPL3+" +license="GPL-3.0-or-later" depends="python2" makedepends="python2-dev" install="$pkgname.post-install" |