summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-03-18 18:10:52 +0100
committerMarek Szuba <marecki@gentoo.org>2020-03-18 18:14:00 +0100
commitb94e42ff81c019eb73eb4f8ad80dea81ee78f83f (patch)
tree73638064f1c422010961bcc7d2bce0b21b2ee44b /x11-misc
parentsci-geosciences/osm-gps-map: use HTTPS in HOMEPAGE as well (diff)
downloadgentoo-b94e42ff81c019eb73eb4f8ad80dea81ee78f83f.tar.gz
gentoo-b94e42ff81c019eb73eb4f8ad80dea81ee78f83f.tar.bz2
gentoo-b94e42ff81c019eb73eb4f8ad80dea81ee78f83f.zip
x11-misc/xystray: use HTTPS in HOMEPAGE as well
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xystray/xystray-1.0.ebuild4
1 files 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+"