summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Heß2017-11-10 14:13:18 +0100
committerJanne Heß2017-11-10 14:13:18 +0100
commit308a846475f7b56d385552f36b3c8bce45e5ad5f (patch)
tree726dd151fc72aaff550de635fd6114f2e56bea0d
parent1232a404c87b216017c29c74f12ef01283f3af6d (diff)
downloadaur-308a846475f7b56d385552f36b3c8bce45e5ad5f.tar.gz
Fix license, it's MIT
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f38bb8ec22f4..2c0a8cacb8ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Nov 10 11:38:49 UTC 2017
+# Fri Nov 10 13:13:11 UTC 2017
pkgbase = mkinitcpio-sd-zfs
pkgdesc = Compatibility between systemd and ZFS roots
pkgver = 1.0.2
@@ -7,7 +7,7 @@ pkgbase = mkinitcpio-sd-zfs
url = https://github.com/dasJ/sd-zfs
arch = i686
arch = x86_64
- license = GPL3
+ license = MIT
depends = mkinitcpio
depends = systemd
conflicts = mkinitcpio-sd-zfs-git
diff --git a/PKGBUILD b/PKGBUILD
index 898416bb79b7..6c19abf8f67a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=mkinitcpio-sd-zfs
pkgver=1.0.2
pkgrel=1
pkgdesc='Compatibility between systemd and ZFS roots'
-license=('GPL3')
+license=('MIT')
url='https://github.com/dasJ/sd-zfs'
conflicts=('mkinitcpio-sd-zfs-git')
depends=('mkinitcpio' 'systemd')