diff options
author | Daniel Schmidt <gen2xmach1ne@tutanota.com> | 2019-03-19 22:29:39 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-19 22:04:02 +0000 |
commit | 14a60d4f077fa2af5cbff204fb3aebf4d20c1779 (patch) | |
tree | ca68748d522743a131931896903f193304a7c176 /games-roguelike/adom | |
parent | games-arcade/notpacman: fix broken SRC_URI (diff) | |
download | gentoo-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>
Diffstat (limited to 'games-roguelike/adom')
-rw-r--r-- | games-roguelike/adom/adom-1.1.1-r1.ebuild | 6 |
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" |