Skip to content

Commit f6cf5bb

Browse files
author
Vladimir Vilimaitis
committed
Update GitHub repository URLs
1 parent 64d8371 commit f6cf5bb

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "polars-janitor-rust"
33
version = "0.1.1"
44
edition = "2021"
55
description = "Small janitorial helpers for Polars dataframes."
6-
repository = "https://github.com/VovaVili/polars-janitor"
6+
repository = "https://github.com/VovaVili/polars_janitor"
77
license = "MIT"
88

99
[lib]

docs/launch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Draft:
1414
>
1515
> The design goal is to avoid wrappers around Polars APIs that are already clear. I would especially like feedback on the public API shape, LazyFrame limits, and whether the feature bar feels Polars-native enough.
1616
>
17-
> Repo: https://github.com/VovaVili/polars-janitor
17+
> Repo: https://github.com/VovaVili/polars_janitor
1818
> Install: `pip install polars-janitor`
1919
2020
## Hacker News after feedback

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ dependencies = [
4646
]
4747

4848
[project.urls]
49-
Homepage = "https://github.com/VovaVili/polars-janitor"
50-
Repository = "https://github.com/VovaVili/polars-janitor"
51-
Issues = "https://github.com/VovaVili/polars-janitor/issues"
52-
Changelog = "https://github.com/VovaVili/polars-janitor/releases"
49+
Homepage = "https://github.com/VovaVili/polars_janitor"
50+
Repository = "https://github.com/VovaVili/polars_janitor"
51+
Issues = "https://github.com/VovaVili/polars_janitor/issues"
52+
Changelog = "https://github.com/VovaVili/polars_janitor/releases"
5353

5454
[project.optional-dependencies]
5555
dev = [

0 commit comments

Comments
 (0)