Skip to content

Commit 2a0ee7b

Browse files
committed
Switch to Gratipay LLC.
1 parent 5501f50 commit 2a0ee7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

postgres/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
:py:mod:`postgres` requires `psycopg2`_ version 2.5 or higher.
1212
13-
We `test <https://travis-ci.org/gittip/postgres.py>`_ against Python 2.6, 2.7,
13+
We `test <https://travis-ci.org/gratipay/postgres.py>`_ against Python 2.6, 2.7,
1414
3.2, and 3.3. We don't yet have a testing matrix for different versions of
1515
:py:mod:`psycopg2` or PostgreSQL.
1616
@@ -145,7 +145,7 @@
145145
-------------------
146146
147147
.. _psycopg2: http://initd.org/psycopg/
148-
.. _GitHub: https://github.com/gittip/postgres
148+
.. _GitHub: https://github.com/gratipay/postgres.py
149149
.. _PyPI: https://pypi.python.org/pypi/postgres
150150
.. _this advice: http://initd.org/psycopg/docs/usage.html#unicode-handling
151151
.. _public domain: http://creativecommons.org/publicdomain/zero/1.0/
@@ -312,8 +312,8 @@ class Postgres(object):
312312
rationale behind these names. The context managers on this class are named
313313
starting with :py:meth:`get_` to set them apart from the simple-case API.
314314
315-
.. _16: https://github.com/gittip/postgres.py/issues/16
316-
.. _20: https://github.com/gittip/postgres.py/issues/20
315+
.. _16: https://github.com/gratipay/postgres.py/issues/16
316+
.. _20: https://github.com/gratipay/postgres.py/issues/20
317317
318318
"""
319319

0 commit comments

Comments
 (0)