fix pyproject.toml urls

This commit is contained in:
Micha R. Albert 2025-07-27 12:02:47 -04:00
parent 3b28920bf8
commit c222852d8e
Signed by: mra
SSH key fingerprint: SHA256:vjiZInsq3FRnDJk1YYWFhC/N62SAmVmY5H5wvViHhdg

View file

@ -38,9 +38,9 @@ dependencies = [
] ]
[project.urls] [project.urls]
Documentation = "https://github.com/Micha Albert/carbon-copy#readme" Documentation = "https://git.mra.sh/mra/carbon-copy#readme"
Issues = "https://github.com/Micha Albert/carbon-copy/issues" Issues = "https://git.mra.sh/mra/carbon-copy/issues"
Source = "https://github.com/Micha Albert/carbon-copy" Source = "https://git.mra.sh/mra/carbon-copy"
[tool.hatch.version] [tool.hatch.version]
path = "src/carbon_copy/__about__.py" path = "src/carbon_copy/__about__.py"