diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:51:06 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:46:02 +0100 |
commit | 1a6deb8e894b21626540dde1e044a99f0bb23231 (patch) | |
tree | 215294cf24de233181f05657007bcde38aad422d /app-vim/c-support/c-support-6.1.ebuild | |
parent | app-vim/bufexplorer: use HTTPS. (diff) | |
download | gentoo-1a6deb8e894b21626540dde1e044a99f0bb23231.tar.gz gentoo-1a6deb8e894b21626540dde1e044a99f0bb23231.tar.bz2 gentoo-1a6deb8e894b21626540dde1e044a99f0bb23231.zip |
app-vim/c-support: use HTTPS.
Diffstat (limited to 'app-vim/c-support/c-support-6.1.ebuild')
-rw-r--r-- | app-vim/c-support/c-support-6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/c-support/c-support-6.1.ebuild b/app-vim/c-support/c-support-6.1.ebuild index 7b3a03ddceb9..b845e2e7abfc 100644 --- a/app-vim/c-support/c-support-6.1.ebuild +++ b/app-vim/c-support/c-support-6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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: C/C++-IDE -- Write and run programs using menus and hotkeys" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=213" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=213" LICENSE="public-domain" KEYWORDS="amd64 x86" |