diff options
author | Dan Theisen <djt@hxx.in> | 2018-06-21 02:04:53 +0000 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-06-21 03:00:37 +0000 |
commit | 78d9174ddd01b866f3c3cb89ff3eeaf4128a02fc (patch) | |
tree | 6b9e3964b359beff4884f5bc63d2100abb2ad7a9 /system | |
parent | 9104ba61039325a04c2747ee54c91f56ccf1c400 (diff) | |
download | packages-78d9174ddd01b866f3c3cb89ff3eeaf4128a02fc.tar.gz packages-78d9174ddd01b866f3c3cb89ff3eeaf4128a02fc.tar.bz2 packages-78d9174ddd01b866f3c3cb89ff3eeaf4128a02fc.tar.xz packages-78d9174ddd01b866f3c3cb89ff3eeaf4128a02fc.zip |
system/gzip: fix license and maintainer
Diffstat (limited to 'system')
-rw-r--r-- | system/gzip/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/gzip/APKBUILD b/system/gzip/APKBUILD index 0c61d9b28..e885ea133 100644 --- a/system/gzip/APKBUILD +++ b/system/gzip/APKBUILD @@ -1,5 +1,6 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Contributor: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Dan Theisen <djt@hxx.in> pkgname=gzip pkgver=1.9 pkgrel=0 @@ -7,7 +8,7 @@ pkgdesc="A popular data compression program" subpackages="$pkgname-doc" url="https://www.gnu.org/software/gzip/" arch="all" -license="GPL-2.0" +license="GPL-3.0+" depends= makedepends= checkdepends="perl coreutils diffutils less" |