Skip to content

Commit

Permalink
games-fps/prboom-plus: Fix HOMEPAGE
Browse files Browse the repository at this point in the history
HTTPS doesn't work but HTTP does.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed May 10, 2020
1 parent 660919d commit 930710d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 930710d

Please sign in to comment.