fix licenses where possible

Some packages have license set to "custom" and this
should be fixed.
This commit is contained in:
Leonid Pliushch
2019-01-21 16:00:12 +02:00
parent 46d333adba
commit 6a3865aa08
67 changed files with 67 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://www.vim.org
TERMUX_PKG_DESCRIPTION="Vi IMproved - enhanced vi editor"
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE="VIM License"
TERMUX_PKG_DEPENDS="ncurses, vim-runtime, python"
# vim should only be updated every 50 releases on multiples of 50.
# Update both vim and vim-python to the same version in one PR.