diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-08 11:08:49 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-06-13 16:15:01 +0200 |
commit | 3bf968437b52d4dd00ffb2673badccc1a37e8c31 (patch) | |
tree | 431bf4bdc7c4bd415e66e68cd0b235f7d97ab22e /x11-misc | |
parent | www-apps/owncloud: update HOMEPAGE (diff) | |
download | gentoo-3bf968437b52d4dd00ffb2673badccc1a37e8c31.tar.gz gentoo-3bf968437b52d4dd00ffb2673badccc1a37e8c31.tar.bz2 gentoo-3bf968437b52d4dd00ffb2673badccc1a37e8c31.zip |
x11-misc/xplanet: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xplanet/xplanet-1.3.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild b/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild index b38aaede7811..a67050ecb3fa 100644 --- a/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild +++ b/x11-misc/xplanet/xplanet-1.3.1-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Render images of the earth into the X root window" -HOMEPAGE="http://xplanet.sourceforge.net/" +HOMEPAGE="https://xplanet.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" |