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"]
[project.urls]
Homepage = "https://github.com/Engelgardt23/bmccollect"
Issues = "https://github.com/Engelgardt23/bmccollect/issues"
Homepage = "https://github.com/Engelgardt23/vrcx"
Issues = "https://github.com/Engelgardt23/vrcx/issues"
[project.scripts]
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."""
__version__ = "0.2.0-dev"
GITHUB_REPO = "Engelgardt23/bmccollect"
GITHUB_REPO = "Engelgardt23/vrcx"