diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 12:42:56 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:29 +0200 |
commit | f08b791afebef460e6da0ff49010d20cabadf5ff (patch) | |
tree | 15563d4e84bb773971eb13c0b2a12a3a07f83e87 /games-action/garden | |
parent | net-misc/iperf: remove unused patch (diff) | |
download | gentoo-f08b791afebef460e6da0ff49010d20cabadf5ff.tar.gz gentoo-f08b791afebef460e6da0ff49010d20cabadf5ff.tar.bz2 gentoo-f08b791afebef460e6da0ff49010d20cabadf5ff.zip |
games-action/garden: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-action/garden')
-rw-r--r-- | games-action/garden/garden-1.0.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/garden/garden-1.0.9-r2.ebuild b/games-action/garden/garden-1.0.9-r2.ebuild index 5200fa04163f..78ba86ddd7a7 100644 --- a/games-action/garden/garden-1.0.9-r2.ebuild +++ b/games-action/garden/garden-1.0.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools desktop flag-o-matic xdg-utils DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements" -HOMEPAGE="http://garden.sourceforge.net/" +HOMEPAGE="https://garden.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+" |