diff options
Diffstat (limited to 'app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild')
-rw-r--r-- | app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild index 214d44b754cc..865097db74bd 100644 --- a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild +++ b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit vim-plugin MY_PV="${PV//_/-}" MY_P="${PN}-${MY_PV}" -DESCRIPTION="vim plugin: Support EditorConfig files " +DESCRIPTION="vim plugin: Support EditorConfig files" HOMEPAGE="https://editorconfig.org/" SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" |