summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schmidt <gen2xmach1ne@tutanota.com>2019-03-19 22:29:39 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-03-19 22:04:02 +0000
commit14a60d4f077fa2af5cbff204fb3aebf4d20c1779 (patch)
treeca68748d522743a131931896903f193304a7c176
parentgames-arcade/notpacman: fix broken SRC_URI (diff)
downloadgentoo-14a60d4f077fa2af5cbff204fb3aebf4d20c1779.tar.gz
gentoo-14a60d4f077fa2af5cbff204fb3aebf4d20c1779.tar.bz2
gentoo-14a60d4f077fa2af5cbff204fb3aebf4d20c1779.zip
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>
-rw-r--r--games-roguelike/adom/adom-1.1.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-roguelike/adom/adom-1.1.1-r1.ebuild b/games-roguelike/adom/adom-1.1.1-r1.ebuild
index 594a56c07ebe..e1d53a9adfc8 100644
--- a/games-roguelike/adom/adom-1.1.1-r1.ebuild
+++ b/games-roguelike/adom/adom-1.1.1-r1.ebuild
@@ -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"