diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:35:58 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:56 +0200 |
commit | e0b059a3204153163d6f9af39ea5fdc5a615cded (patch) | |
tree | cf012a1f122e79af591e28c4610604c34dfadcb0 /games-util | |
parent | games-strategy/uqm: use HTTPS (diff) | |
download | gentoo-e0b059a3204153163d6f9af39ea5fdc5a615cded.tar.gz gentoo-e0b059a3204153163d6f9af39ea5fdc5a615cded.tar.bz2 gentoo-e0b059a3204153163d6f9af39ea5fdc5a615cded.zip |
games-util/atlas: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/atlas/atlas-0.6.1_beta_pre20181202.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/atlas/atlas-0.6.1_beta_pre20181202.ebuild b/games-util/atlas/atlas-0.6.1_beta_pre20181202.ebuild index b2884fcbdfcb..4ca1c29bdc6b 100644 --- a/games-util/atlas/atlas-0.6.1_beta_pre20181202.ebuild +++ b/games-util/atlas/atlas-0.6.1_beta_pre20181202.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 @@ -10,7 +10,7 @@ MY_PV=d4e5360f8273823205d9dc066547f5077ffc13e2 MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Chart Program to use with Flightgear Flight Simulator" -HOMEPAGE="http://atlas.sourceforge.net/" +HOMEPAGE="https://atlas.sourceforge.net/" SRC_URI="https://dev.gentoo.org/~reavertm/${MY_P}.zip" LICENSE="GPL-2+" |