games-fps/prboom-plus: Fix HOMEPAGE
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 10 May 2020 16:35:23 +0000 (17:35 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 10 May 2020 16:52:14 +0000 (17:52 +0100)
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>
games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild

index 3e0833b7215c6ac6867ade122b348782c5a409ad..bf6007bb5335edb154dc4d2985a6ec7309114168 100644 (file)
@@ -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"