Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit ed6bd53

Browse files
tux3dmerejkowsky
authored andcommitted
Fix repo URLs
1 parent e1cac1c commit ed6bd53

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ python-cli-ui
33

44
Tools for nice user interfaces in the terminal.
55

6-
.. image:: https://img.shields.io/travis/SuperTanker/python-cli-ui.svg?branch=master
7-
:target: https://travis-ci.org/SuperTanker/python-cli-ui
6+
.. image:: https://img.shields.io/travis/TankerHQ/python-cli-ui.svg?branch=master
7+
:target: https://travis-ci.org/TankerHQ/python-cli-ui
88

99
.. image:: https://img.shields.io/pypi/v/python-cli-ui.svg
1010
:target: https://pypi.org/project/python-cli-ui/
1111

12-
.. image:: https://img.shields.io/github/license/SuperTanker/python-cli-ui.svg
13-
:target: https://github.com/SuperTanker/python-cli-ui/blob/master/LICENSE
12+
.. image:: https://img.shields.io/github/license/TankerHQ/python-cli-ui.svg
13+
:target: https://github.com/TankerHQ/python-cli-ui/blob/master/LICENSE
1414

1515

1616
Documentation
1717
-------------
1818

1919

20-
See `python-cli-ui documentation <https://supertanker.github.io/python-cli-ui>`_.
20+
See `python-cli-ui documentation <https://TankerHQ.github.io/python-cli-ui>`_.
2121

2222
Demo
2323
----

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ v0.7.0
392392
v0.6.1
393393
++++++
394394

395-
* Fix metadata (owner moved from TankerApp to SuperTanker)
395+
* Fix metadata (owner moved from TankerApp to TankerHQ)
396396

397397
v0.6.0
398398
++++++
@@ -416,7 +416,7 @@ v0.3.0
416416
* Add ``info_section``
417417

418418
* Cosmetic changes about prefixes for ``debug``, ``warn`` and ``error``
419-
messages. (See `#6 <https://github.com/SuperTanker/python-cli-ui/pull/6>`_
419+
messages. (See `#6 <https://github.com/TankerHQ/python-cli-ui/pull/6>`_
420420
for the details)
421421

422422

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ authors = [
1111
readme = "README.rst"
1212
description = "Build Nice User Interfaces In The Terminal"
1313

14-
repository = "https://github.com/SuperTanker/python-cli-ui"
15-
homepage = "https://github.com/SuperTanker/python-cli-ui"
14+
repository = "https://github.com/TankerHQ/python-cli-ui"
15+
homepage = "https://github.com/TankerHQ/python-cli-ui"
1616

1717
keywords = ["terminal", "colors"]
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_long_description():
1414
version="0.7.1",
1515
description="Build Nice User Interfaces In The Terminal",
1616
long_description=get_long_description(),
17-
url="https://github.com/SuperTanker/python-cli-ui",
17+
url="https://github.com/TankerHQ/python-cli-ui",
1818
author="Dimitri Merejkowsky",
1919
packages=find_packages(),
2020
include_package_data=True,

0 commit comments

Comments
 (0)