From 6891b7560b53f7685befc195aa475e09fcde8950 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Tue, 8 Sep 2020 18:42:11 +0200 Subject: [PATCH] Change domain to https://celestia.space/ --- celestia.iss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/celestia.iss b/celestia.iss index dbee395f2..363731029 100644 --- a/celestia.iss +++ b/celestia.iss @@ -7,9 +7,9 @@ AppName=Celestia AppVerName=Celestia 1.7.0 AppPublisher=Shatters Software -AppPublisherURL=http://www.shatters.net/celestia/ -AppSupportURL=http://www.shatters.net/celestia/ -AppUpdatesURL=http://www.shatters.net/celestia/ +AppPublisherURL=https://celestia.space/ +AppSupportURL=https://celestia.space/ +AppUpdatesURL=https://celestia.space/ DefaultDirName={code:DefDirRoot}\Celestia DefaultGroupName=Celestia LicenseFile=COPYING @@ -675,7 +675,7 @@ Type: files; Name: "{app}\extras\minormoons.ssc"; Type: files; Name: "{app}\extras\numberedmoons.ssc"; [INI] -Filename: "{app}\celestia.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.shatters.net/celestia/" +Filename: "{app}\celestia.url"; Section: "InternetShortcut"; Key: "URL"; String: "https://celestia.space/" [Icons] Name: "{group}\Celestia"; Filename: "{app}\celestia.exe"; WorkingDir: "{app}"