diff options
Diffstat (limited to 'community/patchelf/APKBUILD')
-rw-r--r-- | community/patchelf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/patchelf/APKBUILD b/community/patchelf/APKBUILD index cd9814b47e..9b79187d01 100644 --- a/community/patchelf/APKBUILD +++ b/community/patchelf/APKBUILD @@ -5,7 +5,7 @@ pkgrel=2 pkgdesc="Small utility to modify the dynamic linker and RPATH of ELF executables" url="https://nixos.org/patchelf.html" arch="all !aarch64" -license="GPL3" +license="GPL-3.0" depends="" makedepends="autoconf automake libtool" install="" |