[Python-checkins] devguide: Update address for sending SSH keys to.

georg.brandl python-checkins at python.org
Sun Apr 10 09:03:17 CEST 2011


http://hg.python.org/devguide/rev/56b895308730
changeset:   412:56b895308730
user:        Georg Brandl <georg at python.org>
date:        Sun Apr 10 09:03:14 2011 +0200
summary:
  Update address for sending SSH keys to.

files:
  coredev.rst |  2 +-
  faq.rst     |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/coredev.rst b/coredev.rst
--- a/coredev.rst
+++ b/coredev.rst
@@ -60,7 +60,7 @@
 
 You need to generate an SSH 2 RSA key to be able to commit code. You may have
 multiple keys if you wish (e.g., for work and home). Send your key as an
-attachment in an email to python-committers at python.org (do not paste it in
+attachment in an email to hgaccounts at python.org (do not paste it in
 the email as SSH keys have specific formatting requirements). Help in
 generating an SSH key can be found in the :ref:`faq`.
 
diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -676,7 +676,7 @@
 How do I generate an SSH 2 public key?
 -------------------------------------------------------------------------------
 
-All generated SSH keys should be sent to python-committers at python.org for
+All generated SSH keys should be sent to hgaccounts at python.org for
 adding to the list of keys.
 
 UNIX

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list