diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-08-03 20:03:28 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-08-03 22:43:14 +0100 |
commit | 4366dd1e080e7bbf5ada7efa5cf66eb10ba51cfc (patch) | |
tree | c7ed0518082373a0d84b8bf958603d6b03b5a87c /games-arcade | |
parent | games-arcade/supertux: update HOMEPAGE (diff) | |
download | gentoo-4366dd1e080e7bbf5ada7efa5cf66eb10ba51cfc.tar.gz gentoo-4366dd1e080e7bbf5ada7efa5cf66eb10ba51cfc.tar.bz2 gentoo-4366dd1e080e7bbf5ada7efa5cf66eb10ba51cfc.zip |
games-arcade/tecnoballz: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/26729
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild b/games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild index 71150e1504fd..e1697aa313e1 100644 --- a/games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild +++ b/games-arcade/tecnoballz/tecnoballz-0.93.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools desktop DESCRIPTION="An exciting Brick Breaker" -HOMEPAGE="http://linux.tlk.fr/games/TecnoballZ/" +HOMEPAGE="https://linux.tlk.fr/games/TecnoballZ/" SRC_URI="https://github.com/brunonymous/tecnoballz/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" |