summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Greb2022-09-16 09:18:05 +0200
committerSven Greb2022-09-16 09:18:05 +0200
commit000b889e14de59baf8532c6542261533658d6f1c (patch)
treed88bdfb0d0207b853c45f8bb747e93bcf0a36e59
parent831d694fe3b8dca1fa274f615e21266a9b64ed01 (diff)
downloadaur-000b889e14de59baf8532c6542261533658d6f1c.tar.gz
Reflect changes to "MIT" license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e454dec5cbf5..e86f039444db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = nord-gedit
pkgrel = 1
url = https://github.com/arcticicestudio/nord-gedit
arch = any
- license = Apache,
- license = CC-BY-SA-4.0
+ license = MIT
makedepends = git
depends = gedit
source = nord-gedit::git+https://github.com/arcticicestudio/nord-gedit.git#tag=v0.1.0
diff --git a/PKGBUILD b/PKGBUILD
index 9c6dd58bfd66..6a4257059f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="An arctic, north-bluish clean and elegant gedit syntax theme"
arch=("any")
url="https://github.com/arcticicestudio/nord-gedit"
-license=("Apache", "CC-BY-SA-4.0")
+license=("MIT")
depends=("gedit")
makedepends=("git")
source=("$pkgname::git+https://github.com/arcticicestudio/nord-gedit.git#tag=v$pkgver")