From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B1A3139694 for ; Sun, 30 Jul 2017 09:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 024601FC26B; Sun, 30 Jul 2017 09:23:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D40AE1FC26B for ; Sun, 30 Jul 2017 09:23:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 896D8341AB5 for ; Sun, 30 Jul 2017 09:23:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFB2D74D8 for ; Sun, 30 Jul 2017 09:23:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501406572.62e7db8a6a2d853e8e8bd62b8ce660b9fe120def.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/compton/compton-9999.ebuild X-VCS-Directories: x11-misc/compton/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 62e7db8a6a2d853e8e8bd62b8ce660b9fe120def X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:23:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 11e34ca5-4438-4a80-bfb4-b5fbe934d7be X-Archives-Hash: 33a58f88fd33a7d3d4b40bd2ba7011b2 commit: 62e7db8a6a2d853e8e8bd62b8ce660b9fe120def Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 15:16:20 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:22:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e7db8a x11-misc/compton: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 x11-misc/compton/compton-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index 6d4cb9be516..13e6bb5241e 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" HOMEPAGE="https://github.com/chjj/compton" SRC_URI="" -EGIT_REPO_URI="git://github.com/chjj/compton.git" +EGIT_REPO_URI="https://github.com/chjj/compton.git" LICENSE="MIT" SLOT="0"