Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/maxr/
Date: Fri, 11 May 2018 20:39:20
Message-Id: 1526071139.5a4d55aaf19084b4b9ba1f3a6cef96f7932257d9.chewi@gentoo
1 commit: 5a4d55aaf19084b4b9ba1f3a6cef96f7932257d9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 12:50:31 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 20:38:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4d55aa
7
8 games-strategy/maxr: use HTTPS
9
10 games-strategy/maxr/maxr-0.2.9.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/games-strategy/maxr/maxr-0.2.9.ebuild b/games-strategy/maxr/maxr-0.2.9.ebuild
14 index 624345a06b3..4e1287280ad 100644
15 --- a/games-strategy/maxr/maxr-0.2.9.ebuild
16 +++ b/games-strategy/maxr/maxr-0.2.9.ebuild
17 @@ -6,8 +6,8 @@ EAPI=6
18 inherit cmake-utils desktop gnome2-utils
19
20 DESCRIPTION="Mechanized Assault and Exploration Reloaded"
21 -HOMEPAGE="http://www.maxr.org/"
22 -SRC_URI="http://www.maxr.org/downloads/${P}.tar.gz"
23 +HOMEPAGE="https://www.maxr.org"
24 +SRC_URI="https://www.maxr.org/downloads/${P}.tar.gz"
25
26 LICENSE="GPL-2 FDL-1.2+"
27 SLOT="0"