diff options
Diffstat (limited to 'main/fuse/APKBUILD')
-rw-r--r-- | main/fuse/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD index 3b8aa9ac35..26ec743522 100644 --- a/main/fuse/APKBUILD +++ b/main/fuse/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program." url="https://github.com/libfuse/" arch="all" -license="GPL2" +license="GPL-2.0" depends= makedepends="gettext-dev" install= |