From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58D13138331 for ; Sun, 4 Mar 2018 22:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48633E086C; Sun, 4 Mar 2018 22:11:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BEEAE08F1 for ; Sun, 4 Mar 2018 22:11:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 523BC335C99 for ; Sun, 4 Mar 2018 22:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE17B23D for ; Sun, 4 Mar 2018 22:11:37 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1520201363.e75d6789f648d45ac07526b410e2d4ff59fdbcfc.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/foldutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/foldutil/foldutil-3.0-r1.ebuild X-VCS-Directories: app-vim/foldutil/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e75d6789f648d45ac07526b410e2d4ff59fdbcfc X-VCS-Branch: master Date: Sun, 4 Mar 2018 22:11:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2f6d99e-b475-48ce-816e-d4da4ccc4aeb X-Archives-Hash: 8b55953e4ebe4d3dee154038ef12f718 commit: e75d6789f648d45ac07526b410e2d4ff59fdbcfc Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 4 17:24:17 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Mar 4 22:09:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75d6789 app-vim/foldutil: use HTTPS. Closes: https://github.com/gentoo/gentoo/pull/7360 app-vim/foldutil/foldutil-3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/foldutil/foldutil-3.0-r1.ebuild b/app-vim/foldutil/foldutil-3.0-r1.ebuild index 953cbc3f0d0..034686ed7a4 100644 --- a/app-vim/foldutil/foldutil-3.0-r1.ebuild +++ b/app-vim/foldutil/foldutil-3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: fold creation utility" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=158" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=158" LICENSE="GPL-2" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE=""