@@ -180,25 +180,25 @@ Project details
180180============== ==========================================================
181181tmux support 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
182182python support 2.7, >= 3.3, pypy, pypy3
183- Source https://github.com/tony /libtmux
183+ Source https://github.com/tmux-python /libtmux
184184Docs https://libtmux.git-pull.com
185185API https://libtmux.git-pull.com/en/latest/api.html
186186Changelog https://libtmux.git-pull.com/en/latest/history.html
187- Issues https://github.com/tony /libtmux/issues
188- Travis http://travis-ci.org/tony /libtmux
189- Test Coverage https://codecov.io/gh/tony /libtmux
187+ Issues https://github.com/tmux-python /libtmux/issues
188+ Travis http://travis-ci.org/tmux-python /libtmux
189+ Test Coverage https://codecov.io/gh/tmux-python /libtmux
190190pypi https://pypi.python.org/pypi/libtmux
191191Open Hub https://www.openhub.net/p/libtmux-python
192192License `BSD `_.
193193git repo .. code-block:: bash
194194
195- $ git clone https://github.com/tony /libtmux.git
195+ $ git clone https://github.com/tmux-python /libtmux.git
196196install stable .. code-block:: bash
197197
198198 $ pip install libtmux
199199install dev .. code-block:: bash
200200
201- $ git clone https://github.com/tony /libtmux.git libtmux
201+ $ git clone https://github.com/tmux-python /libtmux.git libtmux
202202 $ cd ./libtmux
203203 $ virtualenv .venv
204204 $ source .venv/bin/activate
@@ -215,15 +215,15 @@ tests .. code-block:: bash
215215 :alt: Python Package
216216 :target: http://badge.fury.io/py/libtmux
217217
218- .. |build-status | image :: https://img.shields.io/travis/tony /libtmux.svg
218+ .. |build-status | image :: https://img.shields.io/travis/tmux-python /libtmux.svg
219219 :alt: Build Status
220- :target: https://travis-ci.org/tony /libtmux
220+ :target: https://travis-ci.org/tmux-python /libtmux
221221
222- .. |coverage | image :: https://codecov.io/gh/tony /libtmux/branch/master/graph/badge.svg
222+ .. |coverage | image :: https://codecov.io/gh/tmux-python /libtmux/branch/master/graph/badge.svg
223223 :alt: Code Coverage
224- :target: https://codecov.io/gh/tony /libtmux
224+ :target: https://codecov.io/gh/tmux-python /libtmux
225225
226- .. |license | image :: https://img.shields.io/github/license/tony /libtmux.svg
226+ .. |license | image :: https://img.shields.io/github/license/tmux-python /libtmux.svg
227227 :alt: License
228228
229229.. |docs | image :: https://readthedocs.org/projects/libtmux/badge/?version=latest
0 commit comments