diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-06-07 10:14:39 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-07 10:35:15 +0000 |
commit | 7eba3cf9613b08bc33014ec2684dd23fa92153eb (patch) | |
tree | 06d5b394bedc6964ba334820a0a9d826d3440791 /app-vim/vim-flake8 | |
parent | app-vim/vim-flake8: Add myself to the list of maintainers. (diff) | |
download | gentoo-7eba3cf9613b08bc33014ec2684dd23fa92153eb.tar.gz gentoo-7eba3cf9613b08bc33014ec2684dd23fa92153eb.tar.bz2 gentoo-7eba3cf9613b08bc33014ec2684dd23fa92153eb.zip |
app-vim/vim-flake8: LICENSE is BSD.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/vim-flake8')
-rw-r--r-- | app-vim/vim-flake8/vim-flake8-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild index 2b924a52a00b..65ef30755e2c 100644 --- a/app-vim/vim-flake8/vim-flake8-1.6.ebuild +++ b/app-vim/vim-flake8/vim-flake8-1.6.ebuild @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: runs the currently open file through flake8" HOMEPAGE="https://github.com/nvie/vim-flake8" SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.zip -> ${P}.zip" -LICENSE="vim.org" +LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" DEPEND="app-arch/unzip" |