Skip to content

Commit

Permalink
update repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Aug 26, 2019
1 parent 24417e1 commit dead77e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Support for asyncio is included in the ``i3ipc.aio`` package. The interface is s
Contributing
------------

Development happens on `Github <https://github.com/acrisci/i3ipc-python>`__. Please feel free to report bugs, request features or add examples by submitting a pull request.
Development happens on `Github <https://github.com/altdesktop/i3ipc-python>`__. Please feel free to report bugs, request features or add examples by submitting a pull request.

License
-------
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ And you can use it to subscribe to window manager events and call a handler when
await i3.main()
For more examples, see the `examples <https://github.com/acrisci/i3ipc-python/tree/master/examples>`_ folder in the repository for useful scripts people have contributed.
For more examples, see the `examples <https://github.com/altdesktop/i3ipc-python/tree/master/examples>`_ folder in the repository for useful scripts people have contributed.

Installation
++++++++++++
Expand All @@ -105,12 +105,12 @@ This library is available on PyPi as `i3ipc <https://pypi.org/project/i3ipc/>`_.
Contributing
++++++++++++

Development for this library happens on `Github <https://github.com/acrisci/i3ipc-python>`_. Report bugs or request features there. Contributions are welcome.
Development for this library happens on `Github <https://github.com/altdesktop/i3ipc-python>`_. Report bugs or request features there. Contributions are welcome.

License
++++++++

This library is available under a `BSD-3-Clause License <https://github.com/acrisci/i3ipc-python/blob/master/LICENCE>`_.
This library is available under a `BSD-3-Clause License <https://github.com/altdesktop/i3ipc-python/blob/master/LICENCE>`_.

© 2015, Tony Crisci

Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# i3ipc-python Examples

You can contribute examples by adding your python scripts to this folder. If your script is useful, someone might help you improve and maintain it. You can also request a new script by [posting a script request](https://github.com/acrisci/i3ipc-python/issues) on the issue tracker.
You can contribute examples by adding your python scripts to this folder. If your script is useful, someone might help you improve and maintain it. You can also request a new script by [posting a script request](https://github.com/altdesktop/i3ipc-python/issues) on the issue tracker.
2 changes: 1 addition & 1 deletion i3ipc/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'i3ipc'
__description__ = 'An improved Python library to control i3wm and sway'
__url__ = 'https://github.com/acrisci/i3ipc-python'
__url__ = 'https://github.com/altdesktop/i3ipc-python'
__version__ = '1.7.1'
__author__ = 'Tony Crisci'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit dead77e

Please sign in to comment.