diff options
author | 2023-07-10 13:09:57 +0200 | |
---|---|---|
committer | 2023-07-12 20:35:33 +0200 | |
commit | d84060e7307d388c200a596b21942f09e8bdfcf5 (patch) | |
tree | 76f827adb6075a4651cd3edfafcbf54a76dafa0b /games-arcade/funnyboat | |
parent | games-arcade/emilia-pinball: use HTTPS (diff) | |
download | gentoo-d84060e7307d388c200a596b21942f09e8bdfcf5.tar.gz gentoo-d84060e7307d388c200a596b21942f09e8bdfcf5.tar.bz2 gentoo-d84060e7307d388c200a596b21942f09e8bdfcf5.zip |
games-arcade/funnyboat: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-arcade/funnyboat')
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild index 16f84d65fb17..057cd72f6914 100644 --- a/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit desktop python-single-r1 wrapper DESCRIPTION="Side scrolling shooter game starring a steamboat on the sea" -HOMEPAGE="http://funnyboat.sourceforge.net/" +HOMEPAGE="https://funnyboat.sourceforge.net/" SRC_URI=" mirror://sourceforge/${PN}/${P/_p*}-src.zip mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz" |