diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4f697fc479b958c0093761ee9212e30e0fde5878..d33bfdea205587f85cbdd6fd69f9dd32c0c9edf1 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -69,7 +69,7 @@ Enforcement ----------- Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting a :doc:`project maintainer <credits>` individually. All +reported by contacting one of the persons :ref:`listed below <conduct_contacts>` individually. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. Project maintainers are obligated to maintain confidentiality with regard to the reporter of an incident. @@ -85,6 +85,19 @@ reports. .. _enforcement: https://www.djangoproject.com/conduct/enforcement-manual/ +.. _conduct_contacts: + +Contacts +-------- + +The following people have volunteered to be available to respond to +Code of Conduct reports. They have reviewed existing literature and +agree to follow the aforementioned process in good faith. They also +accept OpenPGP-encrypted email: + +* Antoine Beaupré <anarcat@debian.org> +* Daniel Kahn Gillmor <dkg@fifthhorseman.net> + Attribution ----------- diff --git a/monkeysign/__init__.py b/monkeysign/__init__.py index 6c8102ce535e5793852fd9c83c24bd1aaa0c362a..7fba7dd992503f64018a6418fc11832e18f6d89d 100644 --- a/monkeysign/__init__.py +++ b/monkeysign/__init__.py @@ -56,8 +56,8 @@ __documentation__ = 'http://monkeysign.readthedocs.io/en/' + __version__ # credits-start __authors__ = ['In alphabetical order:', '', - 'Antoine Beaupré <anarcat@debian.org>', - 'Daniel Kahn Gillmor <dkg@fifthhorseman.net>', + 'Antoine Beaupré', + 'Daniel Kahn Gillmor', 'Gabriel Fillion', 'Jérôme Charaoui', 'Kristian Fiskerstrand',