projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a1c0b
)
golang-vcs-snapshot.eclass: use HTTPS for GitHub in example
author
David Hicks
<david@hicks.id.au>
Fri, 28 Jul 2017 22:56:09 +0000
(08:56 +1000)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 30 Jul 2017 08:35:48 +0000
(10:35 +0200)
Use https:// for the GitHub URL used in the documentation example to
prevent developers from copy-pasting this example and not switching to
HTTPS.
eclass/golang-vcs-snapshot.eclass
patch
|
blob
|
history
diff --git
a/eclass/golang-vcs-snapshot.eclass
b/eclass/golang-vcs-snapshot.eclass
index 0bc2d8e0018b20950d57a91b8ce80d31eb37e1a6..1453b7a4d09aa1bcdd28bb110bc24279205dbe14 100644
(file)
--- a/
eclass/golang-vcs-snapshot.eclass
+++ b/
eclass/golang-vcs-snapshot.eclass
@@
-34,7
+34,7
@@
#
# inherit golang-vcs-snapshot
#
-# SRC_URI="http://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz
+# SRC_URI="http
s
://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz
# ${EGO_VENDOR_URI}"
# @CODE
#