diff options
Diffstat (limited to 'system/gzip/APKBUILD')
-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" |