diff options
Diffstat (limited to '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 # |