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 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')