diff --git a/README.md b/README.md index 5392397..68ffbd1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # mpacklog.py -[![Build](https://img.shields.io/github/actions/workflow/status/tasts-robots/mpacklog.py/ci.yml?branch=main)](https://github.com/tasts-robots/mpacklog.py/actions) -[![Coverage](https://coveralls.io/repos/github/tasts-robots/mpacklog.py/badge.svg?branch=main)](https://coveralls.io/github/tasts-robots/mpacklog.py?branch=main) +[![Build](https://img.shields.io/github/actions/workflow/status/upkie/mpacklog.py/ci.yml?branch=main)](https://github.com/upkie/mpacklog.py/actions) +[![Coverage](https://coveralls.io/repos/github/upkie/mpacklog.py/badge.svg?branch=main)](https://coveralls.io/github/upkie/mpacklog.py?branch=main) [![PyPI version](https://img.shields.io/pypi/v/mpacklog)](https://pypi.org/project/mpacklog/) [![PyPI downloads](https://static.pepy.tech/badge/mpacklog)](https://pepy.tech/project/mpacklog) diff --git a/pyproject.toml b/pyproject.toml index 41f8c9f..597f1d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,9 +37,9 @@ doc = ["sphinx"] mpacklog = "mpacklog.cli:main" [project.urls] -Source = "https://github.com/tasts-robots/mpacklog.py" -Tracker = "https://github.com/tasts-robots/mpacklog.py/issues" -Changelog = "https://github.com/tasts-robots/mpacklog.py/blob/master/CHANGELOG.md" +Source = "https://github.com/upkie/mpacklog.py" +Tracker = "https://github.com/upkie/mpacklog.py/issues" +Changelog = "https://github.com/upkie/mpacklog.py/blob/master/CHANGELOG.md" [tool.black] line-length = 79