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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD204158089 for ; Thu, 14 Sep 2023 21:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 492462BC098; Thu, 14 Sep 2023 21:23:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C7C42BC098 for ; Thu, 14 Sep 2023 21:23:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2A95335D3C for ; Thu, 14 Sep 2023 21:23:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BC8911C0 for ; Thu, 14 Sep 2023 21:23:47 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1694726573.c563ca657fe4a70ef006d51f280cf3387344ebaa.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/zoomwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/zoomwin/zoomwin-24-r1.ebuild X-VCS-Directories: app-vim/zoomwin/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c563ca657fe4a70ef006d51f280cf3387344ebaa X-VCS-Branch: master Date: Thu, 14 Sep 2023 21:23:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0ad178d-dcc2-4490-b52e-1895173ae229 X-Archives-Hash: 2f3799372c116a742b11ba3150f6d9f3 commit: c563ca657fe4a70ef006d51f280cf3387344ebaa Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Mar 19 17:36:51 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 14 21:22:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c563ca65 app-vim/zoomwin: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30077 Signed-off-by: Conrad Kostecki gentoo.org> app-vim/zoomwin/zoomwin-24-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/zoomwin/zoomwin-24-r1.ebuild b/app-vim/zoomwin/zoomwin-24-r1.ebuild index 3e3acd746ed8..17cc4eca072b 100644 --- a/app-vim/zoomwin/zoomwin-24-r1.ebuild +++ b/app-vim/zoomwin/zoomwin-24-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # 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: brief-style window zooming" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=508" LICENSE="vim" KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"