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: sci-misc/repsnapper/
Date: Sun, 30 Jul 2017 10:05:00
Message-Id: 1501409070.b753c6efd25b173f3b2481d842ce17063daf2539.mgorny@gentoo
1 commit: b753c6efd25b173f3b2481d842ce17063daf2539
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 19:09:46 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b753c6ef
7
8 sci-misc/repsnapper: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-misc/repsnapper/repsnapper-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-misc/repsnapper/repsnapper-9999.ebuild b/sci-misc/repsnapper/repsnapper-9999.ebuild
16 index 43bd03528bb..94bff9cff95 100644
17 --- a/sci-misc/repsnapper/repsnapper-9999.ebuild
18 +++ b/sci-misc/repsnapper/repsnapper-9999.ebuild
19 @@ -7,7 +7,7 @@ inherit autotools git-2
20
21 DESCRIPTION="Host software for controlling the RepRap open source 3D printer"
22 HOMEPAGE="https://github.com/timschmidt/repsnapper"
23 -EGIT_REPO_URI="git://github.com/timschmidt/${PN}.git"
24 +EGIT_REPO_URI="https://github.com/timschmidt/${PN}.git"
25
26 LICENSE="GPL-2"
27 SLOT="0"