Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/comi/
Date: Wed, 06 Sep 2017 21:00:25
Message-Id: 1504731525.ca5266c3d4d3e5d9013a5ef002ad8273baa3e781.mgorny@gentoo
1 commit: ca5266c3d4d3e5d9013a5ef002ad8273baa3e781
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 16:13:59 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:58:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5266c3
7
8 games-rpg/comi: use HTTPS for links to dev.gentoo.org
9
10 games-rpg/comi/comi-1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1.ebuild
14 index 44bb806480a..91a25419df7 100644
15 --- a/games-rpg/comi/comi-1.ebuild
16 +++ b/games-rpg/comi/comi-1.ebuild
17 @@ -7,7 +7,7 @@ inherit cdrom estack eutils xdg
18
19 DESCRIPTION="The Curse of Monkey Island, the third game in the series"
20 HOMEPAGE="https://en.wikipedia.org/wiki/The_Curse_of_Monkey_Island"
21 -SRC_URI="http://dev.gentoo.org/~chewi/distfiles/${PN}.jpg"
22 +SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${PN}.jpg"
23 LICENSE="${PN}"
24 SLOT="0"
25 KEYWORDS="~amd64 ~x86"