diff options
Diffstat (limited to 'app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild')
-rw-r--r-- | app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild index 50a803e38153..1a51e85303b6 100644 --- a/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild +++ b/app-vim/vim-rest-console/vim-rest-console-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="a REST console for vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 https://github.com/diepm/vim-rest-console" SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~x86" |