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 B1571138350 for ; Wed, 18 Mar 2020 17:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB371E09CC; Wed, 18 Mar 2020 17:14:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C99F7E09CC for ; Wed, 18 Mar 2020 17:14:28 +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 BEFA434F2DC for ; Wed, 18 Mar 2020 17:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1A1918E for ; Wed, 18 Mar 2020 17:14:25 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1584551640.b94e42ff81c019eb73eb4f8ad80dea81ee78f83f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xystray/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xystray/xystray-1.0.ebuild X-VCS-Directories: x11-misc/xystray/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b94e42ff81c019eb73eb4f8ad80dea81ee78f83f X-VCS-Branch: master Date: Wed, 18 Mar 2020 17:14:25 +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: a241082e-56a6-4183-a826-b0d3cfc3d1fc X-Archives-Hash: d07b937682c6939810d04f4b88801b55 commit: b94e42ff81c019eb73eb4f8ad80dea81ee78f83f Author: Marek Szuba gentoo org> AuthorDate: Wed Mar 18 17:10:52 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Mar 18 17:14:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94e42ff x11-misc/xystray: use HTTPS in HOMEPAGE as well Signed-off-by: Marek Szuba gentoo.org> x11-misc/xystray/xystray-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/xystray/xystray-1.0.ebuild b/x11-misc/xystray/xystray-1.0.ebuild index 52f7b474b72..d640d249daf 100644 --- a/x11-misc/xystray/xystray-1.0.ebuild +++ b/x11-misc/xystray/xystray-1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A simple implementation of freedesktop.org notification area for X" -HOMEPAGE="http://steelman.github.com/xystray/" +HOMEPAGE="https://steelman.github.com/xystray/" SRC_URI="https://github.com/steelman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+"