diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-05-07 16:25:56 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-05-07 16:25:56 +0100 |
| commit | cce13ed7129a06fe7454f9e10906cb6663de45f7 (patch) | |
| tree | e317fc79f9a26e9f3857176aa36f40f5df226050 /winiss.pl | |
| parent | 23a537243b935207ac8a418b9980bacb4e8e6d59 (diff) | |
| download | puzzles-cce13ed7129a06fe7454f9e10906cb6663de45f7.zip puzzles-cce13ed7129a06fe7454f9e10906cb6663de45f7.tar.gz puzzles-cce13ed7129a06fe7454f9e10906cb6663de45f7.tar.bz2 puzzles-cce13ed7129a06fe7454f9e10906cb6663de45f7.tar.xz | |
Switch chiark URLs to https.
Diffstat (limited to 'winiss.pl')
| -rwxr-xr-x | winiss.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ print 'VersionInfoTextVersion=Version '.$ver."\n"; print 'AppVersion=r'.$ver."\n"; print 'VersionInfoVersion=0.0.'.$integer_date.'.0'."\n"; print 'AppPublisher=Simon Tatham'."\n"; -print 'AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/'."\n"; +print 'AppPublisherURL=https://www.chiark.greenend.org.uk/~sgtatham/puzzles/'."\n"; print 'DefaultDirName={pf}\Simon Tatham\'s Portable Puzzle Collection'."\n"; print 'DefaultGroupName=Simon Tatham\'s Puzzles'."\n"; # print 'SetupIconFile=fixmethinkoneup.ico'."\n"; |