summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorn.boughton2015-10-23 16:34:13 +0100
committern.boughton2015-10-23 16:34:13 +0100
commit992678c947d8fc812b8e6df7ca1f1e652a678cd4 (patch)
tree30ea7bf8d77bc384e763307d1163fd6f5d5f5d2e
parent9572dbe6e9e5273a7f009b525017f7b04685d04d (diff)
downloadaur-992678c947d8fc812b8e6df7ca1f1e652a678cd4.tar.gz
Corrected license to MIT
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dd951243d3d..6ff26862a05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
#Maintainer: Nick Boughton <nicholasboughton@gmail.com>
pkgname=devd
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="devd: a web daemon for developers"
arch=('x86_64')
url="http://corte.si/posts/devd/intro/index.html"
-license=('GPL')
+license=('MIT')
provides=('devd')
source=("https://github.com/cortesi/devd/releases/download/v$pkgver/$pkgname-$pkgver-linux64.tgz")
md5sums=('86b02d2b2fa79608726a8aac913677f9')