diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-07 19:48:49 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-07 23:14:39 +0100 |
commit | fcde680df701cde75e6bfc9d61f2bfed700313ca (patch) | |
tree | 1580d061af28dec294432df22aa605131a93b1c4 /app-vim/project | |
parent | app-vim/phpdocs: use HTTPS. (diff) | |
download | gentoo-fcde680df701cde75e6bfc9d61f2bfed700313ca.tar.gz gentoo-fcde680df701cde75e6bfc9d61f2bfed700313ca.tar.bz2 gentoo-fcde680df701cde75e6bfc9d61f2bfed700313ca.zip |
app-vim/project: use HTTPS.
Diffstat (limited to 'app-vim/project')
-rw-r--r-- | app-vim/project/project-1.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/project/project-1.4.1.ebuild b/app-vim/project/project-1.4.1.ebuild index eb704caa8f72..b90a25189c63 100644 --- a/app-vim/project/project-1.4.1.ebuild +++ b/app-vim/project/project-1.4.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,8 +6,8 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: Managing multiple projects with multiple sources like an IDE" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=69" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=6273 -> ${P}.tar.gz" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=69" +SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=6273 -> ${P}.tar.gz" LICENSE="vim.org" KEYWORDS="~amd64 ~ppc ~x86" |