summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Simons2015-07-08 13:41:21 +0200
committerLukas Fleischer2015-07-10 12:57:20 +0200
commit9dee064bc4a63c1387e9f4c75be62bad3b2dfea5 (patch)
tree94cd46cda674892e35a031bf37fe9f3283057179
parente95c35471ce18a11fd756f89f8ce77a8c009a991 (diff)
downloadaur-9dee064bc4a63c1387e9f4c75be62bad3b2dfea5.tar.gz
fix license
Signed-off-by: Dave Simons <aur@simonsd.org>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b696f1e61860..6af5950cd6f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = dynamic-colors-git
url = https://github.com/sos4nt/dynamic-colors
arch = i686
arch = x86_64
- license = None
+ license = MIT
makedepends = git
provides = dynamic-colors
source = git://github.com/sos4nt/dynamic-colors.git
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"