treewide: use https for github URIs

This commit is contained in:
Pavol Rusnak
2021-04-17 17:59:08 +02:00
parent d89513b96a
commit 29bb19258a
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ buildBazelPackage rec {
patches = [
# Quiche needs to be updated to compile under newer GCC.
# This is a manual backport of http://github.com/envoyproxy/envoy/pull/13949.
# This is a manual backport of https://github.com/envoyproxy/envoy/pull/13949.
./0001-quiche-update-QUICHE-tar-13949.patch
# upb needs to be updated to compile under newer GCC.