diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:59:37 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:46:13 +0100 |
commit | 8e8cae271bdcec3c35faf8b7ff9c292143670404 (patch) | |
tree | bc589f9cdfa435bbc2b17978db0ddad17022fc30 /app-vim/colorsel/colorsel-20100406.ebuild | |
parent | app-vim/cmdalias: use HTTPS. (diff) | |
download | gentoo-8e8cae271bdcec3c35faf8b7ff9c292143670404.tar.gz gentoo-8e8cae271bdcec3c35faf8b7ff9c292143670404.tar.bz2 gentoo-8e8cae271bdcec3c35faf8b7ff9c292143670404.zip |
app-vim/colorsel: use HTTPS.
Diffstat (limited to 'app-vim/colorsel/colorsel-20100406.ebuild')
-rw-r--r-- | app-vim/colorsel/colorsel-20100406.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild index ecdc50440661..7c63a3c90123 100644 --- a/app-vim/colorsel/colorsel-20100406.ebuild +++ b/app-vim/colorsel/colorsel-20100406.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,8 +6,8 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: RGB / HSV color selector" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=927" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=927" +SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip" LICENSE="public-domain" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" |