summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2021-02-15 17:14:55 +0800
committerSainnhepark2021-02-15 17:14:55 +0800
commitc8ee2529a13b934736b8666ac238585d6167a088 (patch)
tree35bf480f4bc0e58c6c47943c24c3cb800dd89815
parentb0480e0de932a8fc098913bab2e57d2ee91ad822 (diff)
downloadaur-c8ee2529a13b934736b8666ac238585d6167a088.tar.gz
add license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47952551e98d..100f94b5ae9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = neovim-polyglot-git
pkgrel = 1
url = https://github.com/sheerun/vim-polyglot
arch = any
- license =
+ license = MIT
makedepends = git
depends = neovim
provides = neovim-polyglot
diff --git a/PKGBUILD b/PKGBUILD
index ea6f0fc28fb5..a2d98231c1c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='A solid language pack for Vim.'
arch=('any')
url='https://github.com/sheerun/vim-polyglot'
-license=('')
+license=('MIT')
depends=('neovim')
makedepends=('git')
provides=('neovim-polyglot')