diff options
| author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 19:32:23 +0100 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:40 +0100 |
| commit | 04d52575328f5f93f81832926384197c85df3607 (patch) | |
| tree | f77de9d6f9f08e8ac6670b7e15508b917a31e7d8 /app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild | |
| parent | ba2af87505041613ca5aa82330d5975c59b0d52f (diff) | |
| download | gentoo-04d52575328f5f93f81832926384197c85df3607.tar.gz gentoo-04d52575328f5f93f81832926384197c85df3607.tar.bz2 gentoo-04d52575328f5f93f81832926384197c85df3607.zip | |
app-vim/vim-rest-console: use HTTPS.
Diffstat (limited to 'app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild')
| -rw-r--r-- | app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild index bfe11117d302..54eb296ba217 100644 --- a/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild +++ b/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 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" |
