summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Simons2015-07-08 13:41:21 +0200
committerLukas Fleischer2015-07-10 12:57:20 +0200
commit9dee064bc4a63c1387e9f4c75be62bad3b2dfea5 (patch)
tree94cd46cda674892e35a031bf37fe9f3283057179 /PKGBUILD
parente95c35471ce18a11fd756f89f8ce77a8c009a991 (diff)
downloadaur-9dee064bc4a63c1387e9f4c75be62bad3b2dfea5.tar.gz
fix license
Signed-off-by: Dave Simons <aur@simonsd.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 677def00bd0e..142a74bf7652 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ makedepends=('git')
provides=('dynamic-colors')
source=('git://github.com/sos4nt/dynamic-colors.git')
md5sums=('SKIP')
-license=('None')
+license=('MIT')
pkgver() {
cd "$srcdir/dynamic-colors"