From b94e42ff81c019eb73eb4f8ad80dea81ee78f83f Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Wed, 18 Mar 2020 18:10:52 +0100 Subject: x11-misc/xystray: use HTTPS in HOMEPAGE as well Signed-off-by: Marek Szuba --- 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 52f7b474b722..d640d249dafd 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+" -- cgit v1.2.3-65-gdbad