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 3F8281382C5 for ; Tue, 19 Jan 2021 22:38:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23FF0E082B; Tue, 19 Jan 2021 22:38:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0F403E082B for ; Tue, 19 Jan 2021 22:38:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CE481340FE4 for ; Tue, 19 Jan 2021 22:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 305744A1 for ; Tue, 19 Jan 2021 22:38:51 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1611095911.d93067873047fb02e00e6e3f636572749a0fe767.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-4.0.6_p28363.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: d93067873047fb02e00e6e3f636572749a0fe767 X-VCS-Branch: master Date: Tue, 19 Jan 2021 22:38:51 +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: a8797032-f1f5-4059-bfa1-66dad5c217c5 X-Archives-Hash: 7438e0955bbe43c13bbe40a38c03884f commit: d93067873047fb02e00e6e3f636572749a0fe767 Author: James Le Cuirot gentoo org> AuthorDate: Tue Jan 19 22:30:18 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Jan 19 22:38:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9306787 x11-wm/xpra: Use HTTPS for HOMEPAGE and SRC_URI Package-Manager: Portage-3.0.14, Repoman-3.0.1 Signed-off-by: James Le Cuirot gentoo.org> x11-wm/xpra/xpra-4.0.6_p28363.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild index dc52b8c275e..22424531d4a 100644 --- a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild +++ b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild @@ -9,8 +9,8 @@ inherit xdg distutils-r1 eutils tmpfiles prefix MY_P="${PN}-${PV%_p*}" DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy" -HOMEPAGE="http://xpra.org/ http://xpra.org/src/" -SRC_URI="http://xpra.org/src/${MY_P}.tar.xz" +HOMEPAGE="https://xpra.org/" +SRC_URI="https://xpra.org/src/${MY_P}.tar.xz" LICENSE="GPL-2 BSD" SLOT="0"