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 01C3B139694 for ; Sun, 30 Jul 2017 10:05:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B1E61FC2BE; Sun, 30 Jul 2017 10:04:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5DE721FC2BE for ; Sun, 30 Jul 2017 10:04:42 +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 979D9341A76 for ; Sun, 30 Jul 2017 10:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F4C74DB for ; Sun, 30 Jul 2017 10:04:38 +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: <1501409070.b753c6efd25b173f3b2481d842ce17063daf2539.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/repsnapper/repsnapper-9999.ebuild X-VCS-Directories: sci-misc/repsnapper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b753c6efd25b173f3b2481d842ce17063daf2539 X-VCS-Branch: master Date: Sun, 30 Jul 2017 10:04:38 +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: af4e2d64-b90f-4630-87f2-f158d1fb20b1 X-Archives-Hash: 50d5f5dc15d7d888126a1d797d8b7b82 commit: b753c6efd25b173f3b2481d842ce17063daf2539 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 19:09:46 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 10:04:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b753c6ef sci-misc/repsnapper: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-misc/repsnapper/repsnapper-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/repsnapper/repsnapper-9999.ebuild b/sci-misc/repsnapper/repsnapper-9999.ebuild index 43bd03528bb..94bff9cff95 100644 --- a/sci-misc/repsnapper/repsnapper-9999.ebuild +++ b/sci-misc/repsnapper/repsnapper-9999.ebuild @@ -7,7 +7,7 @@ inherit autotools git-2 DESCRIPTION="Host software for controlling the RepRap open source 3D printer" HOMEPAGE="https://github.com/timschmidt/repsnapper" -EGIT_REPO_URI="git://github.com/timschmidt/${PN}.git" +EGIT_REPO_URI="https://github.com/timschmidt/${PN}.git" LICENSE="GPL-2" SLOT="0"