diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-06 23:56:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-06 23:56:36 +0000 |
commit | 2e378295d63648d7fca15de1fe19551a0fdc7185 (patch) | |
tree | 9df33c92dac86b9783d63e580b38803e74c9ef75 /contrib/tor.nsi.in | |
parent | 92372b156afd945d2a7736844aae22febdd95016 (diff) | |
download | tor-2e378295d63648d7fca15de1fe19551a0fdc7185.tar.gz tor-2e378295d63648d7fca15de1fe19551a0fdc7185.zip |
r16997@catbus: nickm | 2007-12-06 18:56:33 -0500
Make http://torproject urls into https://torproject urls. Patch from steve.
svn:r12708
Diffstat (limited to 'contrib/tor.nsi.in')
-rw-r--r-- | contrib/tor.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.nsi.in b/contrib/tor.nsi.in index 5177174fe2..a7ed914b8d 100644 --- a/contrib/tor.nsi.in +++ b/contrib/tor.nsi.in @@ -34,7 +34,7 @@ !define VERSION "0.1.2.3-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" -!define WEBSITE "http://www.torproject.org/" +!define WEBSITE "https://www.torproject.org/" !define LICENSE "..\LICENSE" ;BIN is where it expects to find tor.exe, tor_resolve.exe, libeay32.dll and |