fix homepage url
All checks were successful
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in -42s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped

This commit is contained in:
Brendan Haines 2024-12-19 00:46:43 -07:00
parent f35d9a85a6
commit 134f5b45d7

View File

@ -26,7 +26,7 @@ dependencies = [
dynamic = ["version"]
[project.urls]
homepage = "https://git.brendanhaines.com/brendanhaines/charon"
homepage = "https://git.brendanhaines.com/brendanhaines/charon_vna"
[project.scripts]
charon-cli = "charon_vna.cli:main"