Skip to content

Commit

Permalink
games-sports/stormbaancoureur: use HTTPS
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
mm1ke authored and ConiKost committed Jul 12, 2023
1 parent 5622b71 commit 6d1ac82
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit desktop toolchain-funcs

DESCRIPTION="Simulated obstacle course for automobiles"
HOMEPAGE="http://www.stolk.org/stormbaancoureur/"
SRC_URI="http://www.stolk.org/stormbaancoureur/download/${P}.tar.gz"
HOMEPAGE="https://www.stolk.org/stormbaancoureur/"
SRC_URI="https://www.stolk.org/stormbaancoureur/download/${P}.tar.gz"
S="${WORKDIR}/${P}/src-stormbaancoureur"

LICENSE="GPL-3"
Expand Down

0 comments on commit 6d1ac82

Please sign in to comment.