diff options
Diffstat (limited to 'community/firejail/APKBUILD')
-rw-r--r-- | community/firejail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/firejail/APKBUILD b/community/firejail/APKBUILD index 7b4bec0f8d..cdc1d5e133 100644 --- a/community/firejail/APKBUILD +++ b/community/firejail/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Linux namespaces and seccomp-bpf sandbox" url="https://firejail.wordpress.com/" arch="all" -license="GPL2" +license="GPL-2.0" depends="bash" makedepends="linux-headers" checkdepends="expect" |