From: Michael Mair-Keimberger Date: Wed, 20 Feb 2019 20:29:58 +0000 (+0100) Subject: media-libs/libsfml: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ebd07bbe21eef6c1759a6c70962993f1128ea4d8;p=gentoo.git media-libs/libsfml: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11119 Signed-off-by: Andreas Sturmlechner --- diff --git a/media-libs/libsfml/libsfml-2.5.1.ebuild b/media-libs/libsfml/libsfml-2.5.1.ebuild index 6da461a12eb4..715c1d5a2246 100644 --- a/media-libs/libsfml/libsfml-2.5.1.ebuild +++ b/media-libs/libsfml/libsfml-2.5.1.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils eapi7-ver MY_P="SFML-${PV}" DESCRIPTION="Simple and Fast Multimedia Library (SFML)" -HOMEPAGE="http://www.sfml-dev.org/ https://github.com/SFML/SFML" +HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML" SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB"