summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2021-02-15 17:14:16 +0800
committerSainnhepark2021-02-15 17:14:16 +0800
commit79b26ed0c388c8e01c797480917ccea01a4f8fb9 (patch)
tree664d03f5e28850c494b695967ca07fee1a167579
parente3b99537490f1afe6d53fcd15b03006f474c4f45 (diff)
downloadaur-79b26ed0c388c8e01c797480917ccea01a4f8fb9.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 be2f869741bc..da0d9aa2b892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = vim-polyglot-git
pkgrel = 1
url = https://github.com/sheerun/vim-polyglot
arch = any
- license =
+ license = MIT
makedepends = git
depends = vim
provides = vim-polyglot
diff --git a/PKGBUILD b/PKGBUILD
index 7e2caedaf3b5..7a3ecd42c3eb 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=('vim')
makedepends=('git')
provides=('vim-polyglot')