summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef LeCompte2020-09-02 02:34:28 -0400
committerJef LeCompte2020-09-02 02:34:28 -0400
commitff319433e9cc34f37dc7dd7dd4af5e9d50195056 (patch)
tree312ae49d4cf62b9b8cf166b2fd80e590ba53c426
parent3a6c549565d535f4673e425995669d9ded458024 (diff)
downloadaur-ff319433e9cc34f37dc7dd7dd4af5e9d50195056.tar.gz
chore: change license to `MIT`
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c1af2406ac..0a328f1af018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = gruvbox-tilix-git
pkgrel = 1
url = https://github.com/MichaelThessel/tilix-gruvbox
arch = any
- license = GPL
+ license = MIT
makedepends = git
depends = tilix>=1.5
source = gruvbox-tilix-git::git+https://github.com/MichaelThessel/tilix-gruvbox.git
diff --git a/PKGBUILD b/PKGBUILD
index 035fe9b23514..6620d2d08b7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Gruvbox theme for Tilix"
arch=("any")
url="https://github.com/MichaelThessel/tilix-gruvbox"
-license=("GPL")
+license=("MIT")
depends=("tilix>=1.5")
makedepends=("git")
source=("${pkgname}::git+https://github.com/MichaelThessel/tilix-gruvbox.git")