Skip to content

Commit a540890

Browse files
committed
Update repository URLs in README and pyproject.toml to point to the correct GitHub organization
1 parent 85f9674 commit a540890

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Features:
1414
```sh
1515
$ pip install pabtc
1616
# or
17-
$ git clone https://github.com/mohanson/pabtc
17+
$ git clone https://github.com/libraries/pabtc
1818
$ cd pabtc
1919
$ python -m pip install --editable .
2020
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ requires-python = ">=3.14"
1515
dependencies = ["requests"]
1616

1717
[project.urls]
18-
homepage = "https://github.com/mohanson/pabtc"
18+
homepage = "https://github.com/libraries/pabtc"

0 commit comments

Comments
 (0)