Skip to content

Commit 175efab

Browse files
authored
Merge pull request #61 from dmerejkowsky/bye-tanker
Move out of TankerHQ
2 parents 6717c0c + cc13c23 commit 175efab

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
.. image:: https://tanker.io/images/github-logo.png
2-
:target: #readme
3-
4-
|
5-
6-
.. image:: https://img.shields.io/travis/TankerHQ/python-cli-ui.svg?branch=master
7-
:target: https://travis-ci.org/TankerHQ/python-cli-ui
8-
91
.. image:: https://img.shields.io/pypi/pyversions/cli-ui.svg
102
:target: https://pypi.org/project/cli-ui
113

124
.. image:: https://img.shields.io/pypi/v/cli-ui.svg
135
:target: https://pypi.org/project/cli-ui/
146

15-
.. image:: https://img.shields.io/github/license/TankerHQ/python-cli-ui.svg
16-
:target: https://github.com/TankerHQ/python-cli-ui/blob/master/LICENSE
7+
.. image:: https://img.shields.io/github/license/dmerejkowsky/python-cli-ui.svg
8+
:target: https://github.com/dmerejkowsky/python-cli-ui/blob/master/LICENSE
179

1810
.. image:: https://img.shields.io/badge/deps%20scanning-pyup.io-green
19-
:target: https://github.com/TankerHQ/python-cli-ui/actions
11+
:target: https://github.com/dmerejkowsky/python-cli-ui/actions
2012

2113
python-cli-ui
2214
=============
2315

2416
Tools for nice user interfaces in the terminal.
2517

18+
Note
19+
----
20+
21+
This project was originally hosted on the `TankerHQ
22+
<https://github.com/TankerHQ>`_ organization, which was my employer from 2016
23+
to 2021. They kindly agreed to give back ownership of this project to
24+
me. Thanks!
25+
2626
Documentation
2727
-------------
2828

2929

30-
See `python-cli-ui documentation <https://TankerHQ.github.io/python-cli-ui>`_.
30+
See `python-cli-ui documentation <https://dmerejkowsky.github.io/python-cli-ui>`_.
3131

3232
Demo
3333
----

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github_url = "https://github.com/TankerHQ/python-cli-ui"
1+
github_url = "https://github.com/dmerejkowsky/python-cli-ui"
22

33
[version]
44
current = "0.12.0"

0 commit comments

Comments
 (0)