Skip to content

Commit

Permalink
Merge pull request #313 from ScatterHQ/contact-info-311
Browse files Browse the repository at this point in the history
ClusterHQ is dead
  • Loading branch information
itamarst committed Jul 15, 2018
2 parents 9c4dd47 + b4e5f11 commit f7eb243
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Testimonials

—Jonathan Jacobs

.. _Github: https://github.com/ClusterHQ/eliot
.. _Github: https://github.com/ScatterHQ/eliot
.. _PyPI: https://pypi.python.org/pypi/eliot
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# General information about the project.
project = u'Eliot'
copyright = u'2014-2015, ClusterHQ'
copyright = u'2014-2018, ClusterHQ and Itamar Turner-Trauring'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -206,7 +206,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'Eliot.tex', u'Eliot Documentation',
u'ClusterHQ', 'manual'),
u'Itamar Turner-Trauring', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -236,7 +236,7 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'eliot', u'Eliot Documentation',
[u'ClusterHQ'], 1)
[u'Itamar Turner-Trauring'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -250,7 +250,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Eliot', u'Eliot Documentation',
u'ClusterHQ', 'Eliot', 'One line description of project.',
u'Itamar Turner-Trauring', 'Eliot', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ Documentation
Project Information
-------------------

Eliot is maintained by Itamar Turner-Trauring, and released under the Apache 2.0 License.
Eliot is maintained by `Itamar Turner-Trauring <mailto:itamar@itamarst.org>`_, and released under the Apache 2.0 License.

It supports Python 3.6, 3.5, 3.4, 2.7, as well as PyPy.
2 changes: 1 addition & 1 deletion eliot/tests/test_traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def get_traceback_messages(exception):
except exception.__class__:
writeTraceback(logger)
# MemoryLogger.validate() mutates messages:
# https://github.com/ClusterHQ/eliot/issues/243
# https://github.com/ScatterHQ/eliot/issues/243
messages = [message.copy() for message in logger.messages]
logger.validate()
return messages
Expand Down
4 changes: 2 additions & 2 deletions eliot/twisted.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,13 @@ class _RedirectLogsForTrial(object):
(This is not thread-safe at the moment, so in theory multiple threads
calling this might result in multiple destinatios being added - see
https://github.com/clusterhq/eliot/issues/78).
https://github.com/ScatterHQ/eliot/issues/78).
Currently this works by checking if C{sys.argv[0]} is called C{trial};
the ideal mechanism would require
https://twistedmatrix.com/trac/ticket/6939 to be fixed, but probably
there are better solutions even without that -
https://github.com/clusterhq/eliot/issues/76 covers those.
https://github.com/ScatterHQ/eliot/issues/76 covers those.
@ivar _sys: An object similar to, and typically identical to, Python's
L{sys} module.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def read(path):
keywords="logging",
license="Apache 2.0",
packages=["eliot", "eliot.tests"],
url="https://github.com/ClusterHQ/eliot/",
url="https://github.com/ScatterHQ/eliot/",
maintainer='Itamar Turner-Trauring',
maintainer_email='itamar@clusterhq.com',
maintainer_email='itamar@itamarst.org',
long_description=read('README.rst'),
)

0 comments on commit f7eb243

Please sign in to comment.