diff options
author | TBK <tbk@jjtc.eu> | 2019-05-16 22:47:10 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-20 09:59:54 -0300 |
commit | a56cb6745821a304e3243aeb32f8dae9dbc9231c (patch) | |
tree | 123768601fa4f5368285d6e2e1bafc6fa74e01dc /community/patchelf | |
parent | b716672dcc3cb171517cc4b55b17787d0729028f (diff) | |
download | aports-a56cb6745821a304e3243aeb32f8dae9dbc9231c.tar.bz2 aports-a56cb6745821a304e3243aeb32f8dae9dbc9231c.tar.xz |
community/patchelf: clarify license
Diffstat (limited to 'community/patchelf')
-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 9b79187d01..879ba98647 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="GPL-3.0" +license="GPL-3.0-or-later" depends="" makedepends="autoconf automake libtool" install="" |