games-roguelike/adom: use HTTPS

Closes: https://bugs.gentoo.org/680384
Signed-off-by: Daniel Schmidt <gen2xmach1ne@tutanota.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
Daniel Schmidt
2019-03-19 22:29:39 +01:00
committed by James Le Cuirot
parent 4425183737
commit 14a60d4f07

View File

@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils games
DESCRIPTION="Ancient Domains Of Mystery rogue-like game"
HOMEPAGE="http://www.adom.de/"
SRC_URI="http://www.adom.de/adom/download/linux/${P//.}-elf.tar.gz"
HOMEPAGE="https://www.adom.de/"
SRC_URI="https://www.adom.de/adom/download/linux/${P//.}-elf.tar.gz"
LICENSE="adom"
SLOT="0"