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: x11-misc/compton/
Date: Sun, 30 Jul 2017 09:23:17
Message-Id: 1501406572.62e7db8a6a2d853e8e8bd62b8ce660b9fe120def.mgorny@gentoo
1 commit: 62e7db8a6a2d853e8e8bd62b8ce660b9fe120def
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:16:20 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e7db8a
7
8 x11-misc/compton: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 x11-misc/compton/compton-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild
16 index 6d4cb9be516..13e6bb5241e 100644
17 --- a/x11-misc/compton/compton-9999.ebuild
18 +++ b/x11-misc/compton/compton-9999.ebuild
19 @@ -10,7 +10,7 @@ DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"
20 HOMEPAGE="https://github.com/chjj/compton"
21 SRC_URI=""
22
23 -EGIT_REPO_URI="git://github.com/chjj/compton.git"
24 +EGIT_REPO_URI="https://github.com/chjj/compton.git"
25
26 LICENSE="MIT"
27 SLOT="0"