Skip to content

Commit dead77e

Browse files
author
Tony Crisci
committed
update repository url
1 parent 24417e1 commit dead77e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Support for asyncio is included in the ``i3ipc.aio`` package. The interface is s
110110
Contributing
111111
------------
112112

113-
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.
113+
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.
114114

115115
License
116116
-------

docs/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ And you can use it to subscribe to window manager events and call a handler when
9191
9292
await i3.main()
9393
94-
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.
94+
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.
9595

9696
Installation
9797
++++++++++++
@@ -105,12 +105,12 @@ This library is available on PyPi as `i3ipc <https://pypi.org/project/i3ipc/>`_.
105105
Contributing
106106
++++++++++++
107107

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

110110
License
111111
++++++++
112112

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

115115
© 2015, Tony Crisci
116116

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# i3ipc-python Examples
22

3-
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.
3+
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.

i3ipc/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'i3ipc'
22
__description__ = 'An improved Python library to control i3wm and sway'
3-
__url__ = 'https://github.com/acrisci/i3ipc-python'
3+
__url__ = 'https://github.com/altdesktop/i3ipc-python'
44
__version__ = '1.7.1'
55
__author__ = 'Tony Crisci'
66
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)