diff options
Diffstat (limited to 'system/fakeroot/APKBUILD')
-rw-r--r-- | system/fakeroot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fakeroot/APKBUILD b/system/fakeroot/APKBUILD index ab7e64af7..219348860 100644 --- a/system/fakeroot/APKBUILD +++ b/system/fakeroot/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.22 pkgrel=0 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" arch="all" -license='GPL' +license="GPL-3.0+" url="http://fakeroot.alioth.debian.org/" depends= options="!checkroot" |