diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-04 23:55:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-04 23:55:26 +0000 |
commit | d9439a32dabf339a7b878ccccee9a8fafb728e8a (patch) | |
tree | 3bc64a7b8e77c7904e2b29ed8d2259be601b670a /contrib | |
parent | 814dd946f0fcc6f34ca2e92c2b970cb641e770c3 (diff) | |
download | tor-d9439a32dabf339a7b878ccccee9a8fafb728e8a.tar.gz tor-d9439a32dabf339a7b878ccccee9a8fafb728e8a.zip |
change url in win32 installer
svn:r3295
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.nsi b/contrib/tor.nsi index cc88142d59..9bdd5bc612 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -33,7 +33,7 @@ !define VERSION "0.1.0.0-alpha-cvs" !define INSTALLER "tor-${VERSION}-win32.exe" -!define WEBSITE "http://freehaven.net/tor/" +!define WEBSITE "http://tor.eff.org/" !define LICENSE "..\LICENSE" ;BIN is where it expects to find tor.exe, tor_resolve.exe, libeay32.dll and |