diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-08 21:09:16 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-11 15:15:12 +0100 |
commit | 03df8137ad135dc7584b3434feb28d6b1c84234f (patch) | |
tree | b6b38260deb2ecc5053bc183e13be960ee229a9a /app-vim/sleuth | |
parent | app-vim/showmarks: use HTTPS. (diff) | |
download | gentoo-03df8137ad135dc7584b3434feb28d6b1c84234f.tar.gz gentoo-03df8137ad135dc7584b3434feb28d6b1c84234f.tar.bz2 gentoo-03df8137ad135dc7584b3434feb28d6b1c84234f.zip |
app-vim/sleuth: use HTTPS.
Diffstat (limited to 'app-vim/sleuth')
-rw-r--r-- | app-vim/sleuth/sleuth-1.0.ebuild | 4 | ||||
-rw-r--r-- | app-vim/sleuth/sleuth-1.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/sleuth/sleuth-1.0.ebuild b/app-vim/sleuth/sleuth-1.0.ebuild index 92063a0ff051..fa42aff92d2b 100644 --- a/app-vim/sleuth/sleuth-1.0.ebuild +++ b/app-vim/sleuth/sleuth-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 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="vim plugin: heuristically set buffer options" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4375 https://github.com/tpope/vim-sleuth" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4375 https://github.com/tpope/vim-sleuth" LICENSE="vim" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/app-vim/sleuth/sleuth-1.1.ebuild b/app-vim/sleuth/sleuth-1.1.ebuild index ced2fffe99bd..f3ba9c8c9560 100644 --- a/app-vim/sleuth/sleuth-1.1.ebuild +++ b/app-vim/sleuth/sleuth-1.1.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="vim plugin: heuristically set buffer options" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4375 https://github.com/tpope/vim-sleuth" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4375 https://github.com/tpope/vim-sleuth" LICENSE="vim" KEYWORDS="amd64 x86" |