diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 14:44:17 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-05-11 21:38:51 +0100 |
commit | c60a07b40a957b4feff0dc45efc3381cbb8dd87a (patch) | |
tree | b0bddcd991dcf00f3b48764b9ebdf244b07d74b3 /games-roguelike | |
parent | games-puzzle/pingus: use HTTPS (diff) | |
download | gentoo-c60a07b40a957b4feff0dc45efc3381cbb8dd87a.tar.gz gentoo-c60a07b40a957b4feff0dc45efc3381cbb8dd87a.tar.bz2 gentoo-c60a07b40a957b4feff0dc45efc3381cbb8dd87a.zip |
games-roguelike/tomenet: use HTTPS
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/tomenet/tomenet-4.6.1a.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-roguelike/tomenet/tomenet-4.6.1a.ebuild b/games-roguelike/tomenet/tomenet-4.6.1a.ebuild index 77c8c0b8e3f6..ec80992655ca 100644 --- a/games-roguelike/tomenet/tomenet-4.6.1a.ebuild +++ b/games-roguelike/tomenet/tomenet-4.6.1a.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils gnome2-utils toolchain-funcs games DESCRIPTION="A MMORPG based on the works of J.R.R. Tolkien" -HOMEPAGE="http://www.tomenet.eu/" -SRC_URI="http://www.tomenet.eu/downloads/${P}.tar.bz2" +HOMEPAGE="https://www.tomenet.eu" +SRC_URI="https://www.tomenet.eu/downloads/${P}.tar.bz2" LICENSE="Moria" SLOT="0" |