commit: 0b134078abf14e5e45971187d6519e4bd432ded8 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Fri Jul 28 22:56:09 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 08:35:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b134078
golang-vcs-snapshot.eclass: use HTTPS for GitHub in example 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass index 0bc2d8e0018..1453b7a4d09 100644 --- 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="https://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz # ${EGO_VENDOR_URI}" # @CODE #
