fix github URL references to Engelgardt23/vrcx

This commit is contained in:
Engelgardt23 2026-05-18 17:38:34 +03:00
parent 4e727b669d
commit 93cc775e80
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ dependencies = ["rich>=13", "paramiko>=3"]
dynamic = ["version"] dynamic = ["version"]
[project.urls] [project.urls]
Homepage = "https://github.com/Engelgardt23/bmccollect" Homepage = "https://github.com/Engelgardt23/vrcx"
Issues = "https://github.com/Engelgardt23/bmccollect/issues" Issues = "https://github.com/Engelgardt23/vrcx/issues"
[project.scripts] [project.scripts]
vrcx = "vrcx.app:main" vrcx = "vrcx.app:main"

View file

@ -11,4 +11,4 @@ The single source of truth for the project version. Bump this before tagging
a release; CI reads the tag, the code reads this constant.""" a release; CI reads the tag, the code reads this constant."""
__version__ = "0.2.0-dev" __version__ = "0.2.0-dev"
GITHUB_REPO = "Engelgardt23/bmccollect" GITHUB_REPO = "Engelgardt23/vrcx"