diff options
Diffstat (limited to 'community/sigar/APKBUILD')
-rw-r--r-- | community/sigar/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sigar/APKBUILD b/community/sigar/APKBUILD index 207d793b8b..2fd6d57f86 100644 --- a/community/sigar/APKBUILD +++ b/community/sigar/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="System Information Gatherer And Reporter" url="http://sigar.hyperic.com/" arch="x86_64 x86 ppc64le" -license="ASL 2.0" +license="Apache-2.0" depends="" depends_dev="" makedepends="$depends_dev libtirpc-dev perl apache-ant openjdk8" |