summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-05-10 17:35:23 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-05-10 17:52:14 +0100
commit930710d8df9a35800a62632838ab663a72e8db47 (patch)
treeef319e4a4b63233b9846a7606079552a54300a75 /games-fps
parentnet-misc/nyx: EAPI 7; add pypy3 support (diff)
downloadgentoo-930710d8df9a35800a62632838ab663a72e8db47.tar.gz
gentoo-930710d8df9a35800a62632838ab663a72e8db47.tar.bz2
gentoo-930710d8df9a35800a62632838ab663a72e8db47.zip
games-fps/prboom-plus: Fix HOMEPAGE
HTTPS doesn't work but HTTP does. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild b/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild
index 3e0833b7215c..bf6007bb5335 100644
--- a/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild
+++ b/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild
@@ -8,7 +8,7 @@ inherit autotools desktop xdg
MY_PV=$(ver_rs 4 "+svn" 5 "+dfsg")
MY_P=${PN}-${MY_PV}
DESCRIPTION="An enhanced clone of the classic first-person shooter Doom"
-HOMEPAGE="https://prboom-plus.sourceforge.net"
+HOMEPAGE="http://prboom-plus.sourceforge.net"
SRC_URI="http://deb.debian.org/debian/pool/main/p/prboom-plus/${PN}_${MY_PV}.orig.tar.xz -> ${P}.tar.xz"
LICENSE="GPL-2+ BSD BSD-with-disclosure LGPL-2.1+ MIT public-domain"