commit: b94e42ff81c019eb73eb4f8ad80dea81ee78f83f Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Mar 18 17:10:52 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> 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 <marecki <AT> 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+"
