diff options
author | Dan Theisen <djt@hxx.in> | 2018-06-25 01:37:20 +0000 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-06-25 01:37:37 +0000 |
commit | bbd79f32367ae2882aa4114488711f215778e75a (patch) | |
tree | 747d327fb7d35ee6bb250053ac061cf89d24aab8 /system | |
parent | 21f6ac6860a0a0e0f91fc1c6a6708b338cac820c (diff) | |
download | packages-bbd79f32367ae2882aa4114488711f215778e75a.tar.gz packages-bbd79f32367ae2882aa4114488711f215778e75a.tar.bz2 packages-bbd79f32367ae2882aa4114488711f215778e75a.tar.xz packages-bbd79f32367ae2882aa4114488711f215778e75a.zip |
system/unzip: fix license by making it SPDX
Diffstat (limited to 'system')
-rw-r--r-- | system/unzip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/unzip/APKBUILD b/system/unzip/APKBUILD index 22a657021..55ad2fd05 100644 --- a/system/unzip/APKBUILD +++ b/system/unzip/APKBUILD @@ -8,7 +8,7 @@ pkgrel=3 pkgdesc="Extract PKZIP-compatible .zip files" url="http://www.info-zip.org/UnZip.html" arch="all" -license="custom" +license="Info-ZIP" subpackages="$pkgname-doc" # normally ftp://ftp.info-zip.org/pub/infozip/src/$pkgname$_pkgver.zip source="$pkgname-$pkgver.tgz::https://distfiles.adelielinux.org/source/$pkgname$_pkgver.tgz |