Skip to content

Commit ec5c603

Browse files
committed
Merge pull request #52 from techtonik/patch-1
Switch to Gratipay LLC.
2 parents f85dfeb + 2a0ee7b commit ec5c603

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ notifications:
1616
email: false
1717
irc:
1818
channels:
19-
- "irc.freenode.org#gittip"
19+
- "irc.freenode.org#gratipay"
2020
on_success: change
2121
on_failure: always
2222
template:

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
# (source start file, target name, title, author, documentclass [howto/manual]).
185185
latex_documents = [
186186
('index', 'Postgrespy.tex', u'Postgres.py Documentation',
187-
u'Gittip, LLC', 'manual'),
187+
u'Gratipay, LLC', 'manual'),
188188
]
189189

190190
# The name of an image file (relative to this directory) to place at the top of
@@ -214,7 +214,7 @@
214214
# (source start file, name, description, authors, manual section).
215215
man_pages = [
216216
('index', 'postgrespy', u'Postgres.py Documentation',
217-
[u'Gittip, LLC'], 1)
217+
[u'Gratipay, LLC'], 1)
218218
]
219219

220220
# If true, show URL addresses after external links.
@@ -228,7 +228,7 @@
228228
# dir menu entry, description, category)
229229
texinfo_documents = [
230230
('index', 'Postgrespy', u'Postgres.py Documentation',
231-
u'Gittip, LLC', 'Postgrespy', 'One line description of project.',
231+
u'Gratipay, LLC', 'Postgrespy', 'One line description of project.',
232232
'Miscellaneous'),
233233
]
234234

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup( name='postgres'
6-
, author='Gittip, LLC'
6+
, author='Gratipay, LLC'
77
, description="postgres is a high-value abstraction over psycopg2."
88
, url='https://postgres-py.readthedocs.org'
99
, version='2.2.0-dev'

0 commit comments

Comments
 (0)