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: eclass/
Date: Sun, 30 Jul 2017 08:36:05
Message-Id: 1501403748.0b134078abf14e5e45971187d6519e4bd432ded8.mgorny@gentoo
1 commit: 0b134078abf14e5e45971187d6519e4bd432ded8
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 22:56:09 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b134078
7
8 golang-vcs-snapshot.eclass: use HTTPS for GitHub in example
9
10 Use https:// for the GitHub URL used in the documentation example to
11 prevent developers from copy-pasting this example and not switching to
12 HTTPS.
13
14 eclass/golang-vcs-snapshot.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass
18 index 0bc2d8e0018..1453b7a4d09 100644
19 --- a/eclass/golang-vcs-snapshot.eclass
20 +++ b/eclass/golang-vcs-snapshot.eclass
21 @@ -34,7 +34,7 @@
22 #
23 # inherit golang-vcs-snapshot
24 #
25 -# SRC_URI="http://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz
26 +# SRC_URI="https://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz
27 # ${EGO_VENDOR_URI}"
28 # @CODE
29 #