summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSijie Bu2021-07-27 00:36:49 -0700
committerSijie Bu2021-07-27 00:36:49 -0700
commit2d38f5889ede5a3ac668b5d2a3e2305cd55e08b3 (patch)
treea5c87c881d5d4060e0f7f8a0d24b19fae07fd6d1
parent85de36a406b80abf6788ae5916b3a2e0d1b3f9b6 (diff)
downloadaur-2d38f5889ede5a3ac668b5d2a3e2305cd55e08b3.tar.gz
Update license to NCSA
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6f8e0de9737..e207302c3d35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ciel-arch-plugins-git
pkgrel = 1
url = https://gitlab.com/arch-linux-mipsr6/ciel-arch-plugins
arch = x86_64
- license = MIT
+ license = NCSA
makedepends = git
depends = bash
depends = ciel
diff --git a/PKGBUILD b/PKGBUILD
index 6679e5195aef..f648eb71ee26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Arch Linux integration plugins for the Ciel container manager."
arch=('x86_64')
url="https://gitlab.com/arch-linux-mipsr6/ciel-arch-plugins"
-license=('MIT')
+license=('NCSA')
depends=('bash' 'ciel' 'util-linux')
makedepends=('git')
source=("$pkgname::git+${url}.git")