diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-26 10:36:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-05-26 11:52:27 +0200 |
commit | 1c174534274e8e18d7b42ef26e72fc442bbe5e2f (patch) | |
tree | 713ede68ba02cb0b97695a85b4c74ea65afdb173 /games-fps | |
parent | dev-lang/php: ppc/ppc64 stable wrt bug #648612 (diff) | |
download | gentoo-1c174534274e8e18d7b42ef26e72fc442bbe5e2f.tar.gz gentoo-1c174534274e8e18d7b42ef26e72fc442bbe5e2f.tar.bz2 gentoo-1c174534274e8e18d7b42ef26e72fc442bbe5e2f.zip |
games-fps/doom3-cdoom: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8595
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild index 06268279c5eb..41cce5766df9 100644 --- a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild +++ b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ MOD_ICON="cdoom.ico" inherit games games-mods -HOMEPAGE="http://www.moddb.com/mods/classic-doom-3" +HOMEPAGE="https://www.moddb.com/mods/classic-doom-3" SRC_URI="classic_doom_3_${PV//.}.zip" LICENSE="GameFront" |