commit 38c025ab495347956b1d3a74c1f7e3504f823159 Author: Matthew Finkel Matthew.Finkel@gmail.com Date: Mon Nov 19 22:24:51 2018 +0000
Change maintainer and CI references
Isis, thanks for everything.
* FIXES #28528 https://trac.torproject.org/28528 --- .travis.yml | 1 - AUTHORS | 2 +- README.rst | 11 ++++++----- setup.py | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 9fb68f3..c474963 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ notifications: on_failure: always email: recipients: - - isis@torproject.org - sysrqb@torproject.org on_success: never on_failure: change diff --git a/AUTHORS b/AUTHORS index 4995534..e8b068b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,8 @@ Current core developers: - Isis Lovecruft isis@torproject.org 0xA3ADB67A2CDB8B35 Matthew Finkel sysrqb@torproject.org 0x017DD169EA793BE2
Past core developers: + Isis Lovecruft isis@torproject.org 0xA3ADB67A2CDB8B35 Nick Mathewson nickm@torproject.org 0x21194EBB165733EA Aaron Gibson aagbsn@torproject.org 0x2C4B239DD876C9F6 Christian Fromme kaner@torproject.org 0xA922CB73CC0960D0 diff --git a/README.rst b/README.rst index b234d01..feb5227 100644 --- a/README.rst +++ b/README.rst @@ -9,10 +9,11 @@ a webserver with `an HTTPS interface https://bridges.torproject.org`__,
.. |Latest Version| image:: https://pypip.in/version/bridgedb/badge.svg?style=flat :target: https://pypi.python.org/pypi/bridgedb/ -.. |Build Status| image:: https://travis-ci.org/isislovecruft/bridgedb.svg - :target: https://travis-ci.org/isislovecruft/bridgedb -.. |Coverage Status| image:: https://coveralls.io/repos/isislovecruft/bridgedb/badge.png?branch=develop - :target: https://coveralls.io/r/isislovecruft/bridgedb?branch=develop +.. |Build Status| image:: https://travis-ci.org/sysrqbci/bridgedb.svg + :target: https://travis-ci.org/sysrqbci/bridgedb +.. |Coverage Status| image:: https://coveralls.io/repos/github/sysrqbci/bridgedb/badge.svg?branch=develop + :target: https://coveralls.io/github/sysrqbci/bridgedb?branch=develop +
.. image:: doc/sphinx/source/_static/bay-bridge.jpg @@ -590,4 +591,4 @@ Contact & Support
Send your questions, patches, and suggestions to `the tor-dev mailing list mailto:tor-dev@lists.torproject.org`__ -or `isis mailto:isis@torproject.org`__. +or `sysrqb mailto:sysrqb@torproject.org`__. diff --git a/setup.py b/setup.py index 1139a65..a31391c 100644 --- a/setup.py +++ b/setup.py @@ -369,8 +369,8 @@ setuptools.setup( description='Backend systems for distribution of Tor bridge relays', author='Nick Mathewson', author_email='nickm at torproject dot org', - maintainer='Isis Agora Lovecruft', - maintainer_email='isis@torproject.org 0xA3ADB67A2CDB8B35', + maintainer='Matthew Finkel', + maintainer_email='sysrqb@torproject.org 0xCB8FC772D1AA1D30', url='https://www.torproject.org', download_url='https://gitweb.torproject.org/bridgedb.git', package_dir={'bridgedb': 'bridgedb'},
tor-commits@lists.torproject.org