diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-06 23:42:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-06 23:42:59 +0000 |
commit | 92372b156afd945d2a7736844aae22febdd95016 (patch) | |
tree | 4086c286aaed4b6ae5b6aa96abe2ae789d60273a /contrib/tor.nsi.in | |
parent | c414de953bf73f5793dfbba224dadf52023c3234 (diff) | |
download | tor-92372b156afd945d2a7736844aae22febdd95016.tar.gz tor-92372b156afd945d2a7736844aae22febdd95016.zip |
r16995@catbus: nickm | 2007-12-06 18:42:53 -0500
patch from steve: replace more tor.eff.org instances with torproject.org
svn:r12707
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 363fe5d71b..5177174fe2 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://tor.eff.org/" +!define WEBSITE "http://www.torproject.org/" !define LICENSE "..\LICENSE" ;BIN is where it expects to find tor.exe, tor_resolve.exe, libeay32.dll and |