diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 08:56:09 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:35:48 +0200 |
commit | 0b134078abf14e5e45971187d6519e4bd432ded8 (patch) | |
tree | ad08fe2147f6e99afb69f7bf733a0c010ac5bce5 /eclass/golang-vcs-snapshot.eclass | |
parent | mate-desktop.org.eclass: use HTTPS only for default URLs (diff) | |
download | gentoo-0b134078abf14e5e45971187d6519e4bd432ded8.tar.gz gentoo-0b134078abf14e5e45971187d6519e4bd432ded8.tar.bz2 gentoo-0b134078abf14e5e45971187d6519e4bd432ded8.zip |
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.
Diffstat (limited to 'eclass/golang-vcs-snapshot.eclass')
-rw-r--r-- | eclass/golang-vcs-snapshot.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass index 0bc2d8e0018b..1453b7a4d09a 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 # |