golang-vcs-snapshot.eclass: use HTTPS for GitHub in example
authorDavid Hicks <david@hicks.id.au>
Fri, 28 Jul 2017 22:56:09 +0000 (08:56 +1000)
committerMichał 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

index 0bc2d8e0018b20950d57a91b8ce80d31eb37e1a6..1453b7a4d09aa1bcdd28bb110bc24279205dbe14 100644 (file)
@@ -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
 #