commit ba930a28b5e2cd7f43c4b85cdd61366d58103892 Author: Damian Johnson atagar@torproject.org Date: Thu Dec 13 23:40:33 2012 -0800
Revising our site url
Honestly I'm just making a trivial fix so I can see if my republisher script finally works or not (fingers crossed!). --- stem/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/stem/__init__.py b/stem/__init__.py index 42b7b29..e17dc0f 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -350,7 +350,7 @@ Library for working with the tor process. __version__ = '0.0.1' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' -__url__ = 'http://stem.readthedocs.org' +__url__ = 'https://stem.torproject.org/' __license__ = 'LGPLv3'
__all__ = [