Skip to content

Commit

Permalink
Change maintainer and CI references
Browse files Browse the repository at this point in the history
Isis, thanks for everything.

 * Fixes #28528 https://trac.torproject.org/28528
  • Loading branch information
sysrqb committed Nov 19, 2018
1 parent 8a74291 commit 1f0228b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ notifications:
on_failure: always
email:
recipients:
- isis@torproject.org
- sysrqb@torproject.org
on_success: never
on_failure: change
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>`__.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ def run_tests(self):
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'},
Expand Down

0 comments on commit 1f0228b

Please sign in to comment.