Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/
Date: Tue, 28 May 2019 12:02:36
Message-Id: 1559044908.68269dd80215e32ca6fe2e2b28f574919d13fe8c.ulm@gentoo
1 commit: 68269dd80215e32ca6fe2e2b28f574919d13fe8c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 12:01:26 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 12:01:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68269dd8
7
8 app-vim/vim-tmux: Fix LICENSE.
9
10 Closes: https://bugs.gentoo.org/686748
11 Package-Manager: Portage-2.3.67, Repoman-2.3.13
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
18 index 8f192ae47bd..d159003e5a1 100644
19 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
20 +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
21 @@ -8,5 +8,5 @@ inherit vim-plugin
22 DESCRIPTION="vim plugin: tmux support for vim"
23 HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
24 SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 -LICENSE="vim.org"
26 +LICENSE="public-domain MIT"
27 KEYWORDS="~alpha alpha amd64 ~arm arm ~arm64 ~hppa ia64 ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"