Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r380:3da0c3892bbf Date: 2013-03-25 20:44 -0700 http://bitbucket.org/pypy/pypy.org/changeset/3da0c3892bbf/
Log: add a security link diff --git a/contact.html b/contact.html --- a/contact.html +++ b/contact.html @@ -48,6 +48,7 @@ <ul class="simple"> <li>irc: <strong>#pypy</strong> on <strong>irc.freenode.net</strong></li> <li>mailing list: <a class="reference external" href="http://python.org/mailman/listinfo/pypy-dev">pypy-dev at python.org</a></li> +<li>for security related issues, non-public funding enquiries etc. please contact <a class="reference external" href="mailto:pypy@sfconservancy.org">pypy@sfconservancy.org</a></li> <li>the <a class="reference external" href="https://bugs.pypy.org">bug tracker</a></li> <li>more on our <a class="reference external" href="http://doc.pypy.org">dev site</a>.</li> <li>code on <a class="reference external" href="https://bitbucket.org/pypy/pypy/overview">bitbucket</a>.</li> diff --git a/py3donate.html b/py3donate.html --- a/py3donate.html +++ b/py3donate.html @@ -74,7 +74,7 @@ at the latest, we will try our best to make PyPy support Python 3 anyway. We however reserve the right to shift any unused funds to other PyPy activities when that date is reached. Of course, since the Conservancy is a -501©(3) charitable organization incorporated in NY, USA, all funds will, +501(c)(3) charitable organization incorporated in NY, USA, all funds will, regardless of their use, be spent in a way that benefits the general public, the advancement of Open Source and Free Software, and in particular the PyPy community and the PyPy codebase.</p> diff --git a/source/contact.txt b/source/contact.txt --- a/source/contact.txt +++ b/source/contact.txt @@ -10,6 +10,8 @@ * mailing list: `pypy-dev at python.org`__ +* for security related issues, non-public funding enquiries etc. please contact [email protected] + * the `bug tracker`_ * more on our `dev site`_. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
