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-mud/powwow/
Date: Fri, 11 May 2018 20:39:16
Message-Id: 1526071133.14b5d0f2ddc5b971e118d87d132b1f9879b6bcdf.chewi@gentoo
1 commit: 14b5d0f2ddc5b971e118d87d132b1f9879b6bcdf
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 11 12:45:11 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 20:38:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b5d0f2
7
8 games-mud/powwow: use HTTPS
9
10 games-mud/powwow/powwow-1.2.16-r1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-mud/powwow/powwow-1.2.16-r1.ebuild b/games-mud/powwow/powwow-1.2.16-r1.ebuild
14 index 04c04f8fbb7..0581652736a 100644
15 --- a/games-mud/powwow/powwow-1.2.16-r1.ebuild
16 +++ b/games-mud/powwow/powwow-1.2.16-r1.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 inherit autotools eutils
24
25 DESCRIPTION="PowWow Console MUD Client"
26 -HOMEPAGE="http://hoopajoo.net/projects/powwow.html"
27 -SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz"
28 +HOMEPAGE="https://www.hoopajoo.net/projects/powwow.html"
29 +SRC_URI="https://www.hoopajoo.net/static/projects/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"