media-radio/xlog: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8674
This commit is contained in:
Michael Mair-Keimberger
2018-06-01 18:37:10 +02:00
committed by Aaron Bauman
parent 12000ccfd3
commit d1ba3046bb

View File

@@ -7,8 +7,8 @@ inherit autotools fdo-mime toolchain-funcs
MY_P=${P/_}
DESCRIPTION="An amateur radio logging program"
HOMEPAGE="http://www.nongnu.org/xlog"
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz"
HOMEPAGE="https://www.nongnu.org/xlog"
SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"