Skip to content

Commit

Permalink
update repo and contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNil committed Nov 15, 2017
1 parent 3e8230a commit 05c0876
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/robin81/file_read_backwards/issues.
Report bugs at https://github.com/RobinNil/file_read_backwards/issues.

If you are reporting a bug, please include:

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -6,15 +6,15 @@ file_read_backwards
.. image:: https://img.shields.io/pypi/v/file_read_backwards.svg
:target: https://pypi.python.org/pypi/file_read_backwards

.. image:: https://img.shields.io/travis/robin81/file_read_backwards.svg?branch=master
:target: https://travis-ci.org/robin81/file_read_backwards.svg?branch=master
.. image:: https://img.shields.io/travis/RobinNil/file_read_backwards.svg?branch=master
:target: https://travis-ci.org/RobinNil/file_read_backwards.svg?branch=master

.. image:: https://readthedocs.org/projects/file-read-backwards/badge/?version=latest
:target: https://file-read-backwards.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://pyup.io/repos/github/robin81/file_read_backwards/shield.svg
:target: https://pyup.io/repos/github/robin81/file_read_backwards/
.. image:: https://pyup.io/repos/github/RobinNil/file_read_backwards/shield.svg
:target: https://pyup.io/repos/github/RobinNil/file_read_backwards/
:alt: Updates


Expand Down
8 changes: 4 additions & 4 deletions docs/installation.rst
Expand Up @@ -32,13 +32,13 @@ You can either clone the public repository:

.. code-block:: console
$ git clone git://github.com/robin81/file_read_backwards
$ git clone git://github.com/RobinNil/file_read_backwards
Or download the `tarball`_:

.. code-block:: console
$ curl -OL https://github.com/robin81/file_read_backwards/tarball/master
$ curl -OL https://github.com/RobinNil/file_read_backwards/tarball/master
Once you have a copy of the source, you can install it with:

Expand All @@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
$ python setup.py install
.. _Github repo: https://github.com/robin81/file_read_backwards
.. _tarball: https://github.com/robin81/file_read_backwards/tarball/master
.. _Github repo: https://github.com/RobinNil/file_read_backwards
.. _tarball: https://github.com/RobinNil/file_read_backwards/tarball/master
2 changes: 1 addition & 1 deletion file_read_backwards/__init__.py
Expand Up @@ -3,5 +3,5 @@
from .file_read_backwards import FileReadBackwards # noqa: F401

__author__ = """Robin Robin"""
__email__ = 'robin81@gmail.com'
__email__ = 'robinsquare42@gmail.com'
__version__ = '1.2.1'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -22,8 +22,8 @@
description="Memory efficient way of reading files line-by-line from the end of file",
long_description=readme + '\n\n' + history,
author="Robin Robin",
author_email='robin81@gmail.com',
url='https://github.com/robin81/file_read_backwards',
author_email='robinsquare42@gmail.com',
url='https://github.com/RobinNil/file_read_backwards',
packages=[
'file_read_backwards',
],
Expand Down
2 changes: 1 addition & 1 deletion travis_pypi_setup.py
Expand Up @@ -21,7 +21,7 @@
from urllib.request import urlopen


GITHUB_REPO = 'robin81/file_read_backwards'
GITHUB_REPO = 'RobinNil/file_read_backwards'
TRAVIS_CONFIG_FILE = os.path.join(
os.path.dirname(os.path.abspath(__file__)), '.travis.yml')

Expand Down

0 comments on commit 05c0876

Please sign in to comment.