aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorSalim B <salim@posteo.de>2021-02-27 01:56:04 +0000
committerGitHub <noreply@github.com>2021-02-26 17:56:04 -0800
commitfae6a204f1a072d5efe4dff35fd08fbad2071198 (patch)
treec182a50b77fe2ae0eccec9082838383638cda919 /windows
parent8123571e8efa4fc02004e9c3812b5177f9d0c8c4 (diff)
downloadpandoc-fae6a204f1a072d5efe4dff35fd08fbad2071198.tar.gz
Fix/update URLs and use HTTP**S** where possible (#7122)
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile2
-rw-r--r--windows/pandoc.wxs4
2 files changed, 3 insertions, 3 deletions
diff --git a/windows/Makefile b/windows/Makefile
index 354c1b37c..34dda34c2 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -6,5 +6,5 @@ all: $(SIGNED)
.PHONY: all
pandoc-%.msi: pandoc-%-UNSIGNED.msi
- osslsigncode sign -pkcs12 $$HOME/Private/SectigoCodeSigning.exp2023.p12 -in $< -i http://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass && rm $<
+ osslsigncode sign -pkcs12 $$HOME/Private/SectigoCodeSigning.exp2023.p12 -in $< -i https://johnmacfarlane.net/ -t http://timestamp.comodoca.com/ -out $@ -askpass && rm $<
diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index d9f6b836e..a582c4de9 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -123,8 +123,8 @@
<!-- Set properties for add/remove programs -->
- <Property Id="ARPURLINFOABOUT" Value="http://pandoc.org" />
- <Property Id="ARPHELPLINK" Value="http://pandoc.org" />
+ <Property Id="ARPURLINFOABOUT" Value="https://pandoc.org" />
+ <Property Id="ARPHELPLINK" Value="https://pandoc.org" />
<Property Id="ARPNOREPAIR" Value="yes" Secure="yes" /> <!-- Remove repair -->
<Property Id="ARPNOMODIFY" Value="yes" Secure="yes" /> <!-- Remove modify -->