summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-05-14 22:14:18 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-05-14 22:14:54 +0200
commit4107aca9cb5ec18ae6aa1f34e38866ca08682b56 (patch)
tree067876eb963bcf2283379c03767f44ef82f177b9
parent2c9230f611e7a69924cebb0272a5c073016b5dc2 (diff)
downloadlibexpat-git-4107aca9cb5ec18ae6aa1f34e38866ca08682b56.tar.gz
expat.iss: Use URLs with SSL
-rw-r--r--expat/win32/expat.iss6
1 files changed, 3 insertions, 3 deletions
diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss
index a670a381..2f25a501 100644
--- a/expat/win32/expat.iss
+++ b/expat/win32/expat.iss
@@ -45,9 +45,9 @@ AppVersion={#expatVer}
AppVerName=Expat {#expatVer}
AppCopyright=Copyright © 1997-2021 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
AppPublisher=The Expat Developers
-AppPublisherURL=http://www.libexpat.org/
-AppSupportURL=http://www.libexpat.org/
-AppUpdatesURL=http://www.libexpat.org/
+AppPublisherURL=https://libexpat.github.io/
+AppSupportURL=https://libexpat.github.io/
+AppUpdatesURL=https://libexpat.github.io/
UninstallDisplayName=Expat XML Parser {#expatVer}
VersionInfoVersion={#expatVer}
OutputBaseFilename=expat-win32bin-{#expatVer}