summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinuxer2020-08-24 22:25:04 +0300
committerlinuxer2020-08-24 22:25:04 +0300
commitaccf87cc8d13e88879e41c84801e740bade30095 (patch)
tree335ad063ccf23c3b9b1a114a4959c88555172e8c
parenta870afef487d95212a35d3f4466370a47c073aff (diff)
downloadaur-zramen-runit.tar.gz
License Correction
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb45b31342e..adeb62e5c9d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = zramen-runit
pkgrel = 1
url = https://aur.archlinux.org/packages/zramen-runit
arch = any
- license = GPL3
+ license = Unlicense
depends = runit
replaces = zramen-runit
source = https://github.com/atweiden/zramen/releases/download/0.2.1/zramen-0.2.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6c1721ee29dd..17ccf745944a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgbase=zramen-runit
replaces=('zramen-runit')
arch=('any')
url="https://aur.archlinux.org/packages/zramen-runit"
-license=('GPL3')
+license=('Unlicense')
groups=()
depends=('runit')
source=("https://github.com/atweiden/zramen/releases/download/${pkgver}/zramen-${pkgver}.tar.gz")