app-vim/project: use HTTPS.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 7 Mar 2018 18:48:49 +0000 (19:48 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 7 Mar 2018 22:14:39 +0000 (23:14 +0100)
app-vim/project/project-1.4.1.ebuild

index eb704caa8f72e41f97dba99d8b554c2f4093221e..b90a25189c63a5aeaac5631680acdcee94e9ef02 100644 (file)
@@ -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"