commit: 68269dd80215e32ca6fe2e2b28f574919d13fe8c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue May 28 12:01:26 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue May 28 12:01:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68269dd8
app-vim/vim-tmux: Fix LICENSE. Closes: https://bugs.gentoo.org/686748 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild index 8f192ae47bd..d159003e5a1 100644 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild @@ -8,5 +8,5 @@ inherit vim-plugin DESCRIPTION="vim plugin: tmux support for vim" HOMEPAGE="https://github.com/tmux-plugins/vim-tmux" SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim.org" +LICENSE="public-domain MIT" KEYWORDS="~alpha alpha amd64 ~arm arm ~arm64 ~hppa ia64 ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"
