Skip to content

Commit 0b9168b

Browse files
committed
Update badges and repo url.
1 parent a29112b commit 0b9168b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PyXDM
22

33
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
4+
[![CI](https://github.com/jmorado/pyxdm/actions/workflows/ci.yml/badge.svg)](https://github.com/michellab/pyxdm/actions/workflows/ci.yml)
45

56
![PyXDM Logo](dev/pyxdm_logo.png)
67

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ full = [
5656
pyxdm = "pyxdm.cli:main"
5757

5858
[project.urls]
59-
Homepage = "https://github.com/jmorado/pyxdm"
60-
Repository = "https://github.com/jmorado/pyxdm"
59+
Homepage = "https://github.com/michellab/pyxdm"
60+
Repository = "https://github.com/michellab/pyxdm"
6161

6262
[tool.setuptools.packages.find]
6363
where = ["."]

0 commit comments

Comments
 (0)