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 C1CB4139694 for ; Sun, 30 Jul 2017 09:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC11E0F5F; Sun, 30 Jul 2017 09:45:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AF666E0F5F for ; Sun, 30 Jul 2017 09:45:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D632E341A49 for ; Sun, 30 Jul 2017 09:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9952474D8 for ; Sun, 30 Jul 2017 09:44:59 +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: <1501407890.0fa5dc8bf76bf9d16ff63be8fdc48155f51c59d0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ekg2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/ekg2/ekg2-9999.ebuild X-VCS-Directories: net-im/ekg2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0fa5dc8bf76bf9d16ff63be8fdc48155f51c59d0 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:44:59 +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: 2d87e20e-ff5a-4a72-a854-1d2fe6d5f4af X-Archives-Hash: fb3438b897668a5f89988f4312baad76 commit: 0fa5dc8bf76bf9d16ff63be8fdc48155f51c59d0 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 17:59:29 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:44:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa5dc8b net-im/ekg2: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-im/ekg2/ekg2-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild index 81a5d3845d0..05cb485792d 100644 --- a/net-im/ekg2/ekg2-9999.ebuild +++ b/net-im/ekg2/ekg2-9999.ebuild @@ -5,8 +5,7 @@ EAPI=5 #if LIVE AUTOTOOLS_AUTORECONF=yes -EGIT_REPO_URI="git://github.com/leafnode/${PN}.git - https://github.com/leafnode/${PN}.git" +EGIT_REPO_URI="https://github.com/leafnode/${PN}.git" inherit git-r3 #endif