Skip to content

Commit 57a335e

Browse files
committed
Update repo URLs after GitHub move (tibor-barsi -> ladisk)
The GitHub repository moved to github.com/ladisk/nidaqwrapper. Update the pyproject.toml project URLs and the README clone command to the new location.
1 parent 8d2cc2c commit 57a335e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install nidaqwrapper
1717
For development:
1818

1919
```bash
20-
git clone https://github.com/tibor-barsi/nidaqwrapper.git
20+
git clone https://github.com/ladisk/nidaqwrapper.git
2121
cd nidaqwrapper
2222
pip install -e ".[dev]"
2323
```

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies = [
3535
examples = ["jupyter", "matplotlib"]
3636

3737
[project.urls]
38-
Homepage = "https://github.com/tibor-barsi/nidaqwrapper"
39-
Repository = "https://github.com/tibor-barsi/nidaqwrapper"
38+
Homepage = "https://github.com/ladisk/nidaqwrapper"
39+
Repository = "https://github.com/ladisk/nidaqwrapper"
4040

4141
[tool.setuptools.packages.find]
4242
where = ["src"]

0 commit comments

Comments
 (0)