diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-05-28 14:01:26 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-28 14:01:48 +0200 |
commit | 68269dd80215e32ca6fe2e2b28f574919d13fe8c (patch) | |
tree | 7d9ed9cf6f995a7bffed36356483a2833cebfee5 /app-vim/vim-tmux | |
parent | dev-python/tox: bump to 3.12.1 (diff) | |
download | gentoo-68269dd80215e32ca6fe2e2b28f574919d13fe8c.tar.gz gentoo-68269dd80215e32ca6fe2e2b28f574919d13fe8c.tar.bz2 gentoo-68269dd80215e32ca6fe2e2b28f574919d13fe8c.zip |
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@gentoo.org>
Diffstat (limited to 'app-vim/vim-tmux')
-rw-r--r-- | app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 8f192ae47bd1..d159003e5a1a 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" |