summaryrefslogtreecommitdiff
path: root/system/lzip
diff options
context:
space:
mode:
authorDan Theisen <djt@hxx.in>2018-06-21 05:25:45 +0000
committerDan Theisen <djt@hxx.in>2018-06-21 05:25:45 +0000
commit2f5573cab7c011b3b01be4b232f2317b26800204 (patch)
treecb17d7efc7ca049570bd945d0ab49b238cf542ba /system/lzip
parent04a5d88e9eb9b6b92d6b2ae24b095011d4db7c9b (diff)
downloadpackages-2f5573cab7c011b3b01be4b232f2317b26800204.tar.gz
packages-2f5573cab7c011b3b01be4b232f2317b26800204.tar.bz2
packages-2f5573cab7c011b3b01be4b232f2317b26800204.tar.xz
packages-2f5573cab7c011b3b01be4b232f2317b26800204.zip
system/lzip: [PD] fix maintainer and license
Diffstat (limited to 'system/lzip')
-rw-r--r--system/lzip/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/lzip/APKBUILD b/system/lzip/APKBUILD
index 020baee7e..d6f4ccec4 100644
--- a/system/lzip/APKBUILD
+++ b/system/lzip/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
-# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
+# Maintainer: Dan Theisen <djt@hxx.in>
pkgname=lzip
pkgver=1.20
pkgrel=0
pkgdesc="Lzip is a lossless data compressor"
url="http://www.nongnu.org/lzip/lzip.html"
arch="all"
-license="GPL-2.0-or-later"
+license="GPL-2.0+"
subpackages="$pkgname-doc"
source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"