Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating url from climetrend to alan-turing-institute #62

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ brew install ffmpeg
Clone and install the repo.

```bash
git clone https://github.com/climetrend/cloudcasting
git clone https://github.com/alan-turing-institute/cloudcasting
cd cloudcasting
python -m pip install ".[dev]"
```
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ dev = [
cloudcasting = "cloudcasting.cli:app"

[project.urls]
Homepage = "https://github.com/climetrend/cloudcasting"
"Bug Tracker" = "https://github.com/climetrend/cloudcasting/issues"
Discussions = "https://github.com/climetrend/cloudcasting/discussions"
Changelog = "https://github.com/climetrend/cloudcasting/releases"
Homepage = "https://github.com/alan-turing-institute/cloudcasting"
"Bug Tracker" = "https://github.com/alan-turing-institute/cloudcasting/issues"
Discussions = "https://github.com/alan-turing-institute/cloudcasting/discussions"
Changelog = "https://github.com/alan-turing-institute/cloudcasting/releases"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down
Loading