summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 5d168733..433b2976 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -291,7 +291,7 @@ write_page_intro() {
elif [ "$1" = "OpenWrt" ] || [ "$1" = "LEDE" ]; then
local PROJECTNAME="$1"
if [ "$PROJECTNAME" = "OpenWrt" ] ; then
- local PROJECTURL="git://git.openwrt.org/openwrt.git"
+ local PROJECTURL="https://github.com/openwrt/openwrt.git"
else
local PROJECTURL="https://git.lede-project.org/source.git"
fi