diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:58:22 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:42 +0200 |
commit | 18d59b5ee85f7e231b4cb05617b14f1c87c6f9f8 (patch) | |
tree | 5f76ee0f5584306250864cf7c4719a1cb5986683 /games-emulation | |
parent | games-board/scid: use HTTPS (diff) | |
download | gentoo-18d59b5ee85f7e231b4cb05617b14f1c87c6f9f8.tar.gz gentoo-18d59b5ee85f7e231b4cb05617b14f1c87c6f9f8.tar.bz2 gentoo-18d59b5ee85f7e231b4cb05617b14f1c87c6f9f8.zip |
games-emulation/dgen-sdl: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild index 3d541bd2cb8c..c7e99f0a6b0e 100644 --- a/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild +++ b/games-emulation/dgen-sdl/dgen-sdl-1.33-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools -DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" -HOMEPAGE="http://dgen.sourceforge.net/" +DESCRIPTION="Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" +HOMEPAGE="https://dgen.sourceforge.net/" SRC_URI="mirror://sourceforge/dgen/files/${P}.tar.gz" LICENSE="dgen-sdl BSD BSD-2 free-noncomm LGPL-2.1+ GPL-2+" |