From 4107aca9cb5ec18ae6aa1f34e38866ca08682b56 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 14 May 2021 22:14:18 +0200 Subject: [PATCH] expat.iss: Use URLs with SSL --- expat/win32/expat.iss | 6 +++--- 1 file 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}