commit bdb7896b40f0e9ae45e2c092f27c1c45acf7fa7d Author: Arturo Filastò art@fuffa.org Date: Tue Nov 18 12:12:05 2014 +0100
Fix email address of ooni-probe author --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py index bd9255e..9b66169 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ setup( name="ooniprobe", version=__version__, author=__author__, - author_email="ooni-dev@torproject.org", + author_email="ooni-dev@lists.torproject.org", description="Network Interference detection tool.", long_description=readme + '\n\n' + changelog, license='BSD 2 clause',
tor-commits@lists.torproject.org