summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Buildscr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Buildscr b/Buildscr
index 2272f8d..6931517 100644
--- a/Buildscr
+++ b/Buildscr
@@ -38,7 +38,7 @@ delegate windows
# a script to do so. We assume here that the script accepts an -i
# option to provide a 'more info' URL, and that it signs the file
# in place.
- ifneq "$(winsigncode)" "" in buildwin do $(winsigncode) -i http://www.chiark.greenend.org.uk/~sgtatham/halibut/ halibut.exe
+ ifneq "$(winsigncode)" "" in buildwin do $(winsigncode) -i https://www.chiark.greenend.org.uk/~sgtatham/halibut/ halibut.exe
return buildwin/halibut.exe
enddelegate