summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc0b7d736b5b..4fbc40df4056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = vim-coc-sources-git
url = https://github.com/neoclide/coc-sources
arch = any
groups = vim-coc-extras-git
- license =
+ license = MIT
makedepends = git
source = coc-sources::git+https://github.com/neoclide/coc-sources.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a71e32d58f49..0b7262163524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('vim-coc-syntax-git'
arch=('any')
url='https://github.com/neoclide/coc-sources'
makedepends=('git')
-license=('')
+license=('MIT')
groups=('vim-coc-extras-git')
source=("coc-sources::git+${url}.git")
pkgver=1.2.5.r0.ga2f059e