From 93cc775e802d9a9083e8023a4ed8c9591fdcc4fc Mon Sep 17 00:00:00 2001 From: Engelgardt23 Date: Mon, 18 May 2026 17:38:34 +0300 Subject: [PATCH] fix github URL references to Engelgardt23/vrcx --- dev/pyproject.toml | 4 ++-- dev/src/vrcx/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/pyproject.toml b/dev/pyproject.toml index eaf3f6d..8096552 100644 --- a/dev/pyproject.toml +++ b/dev/pyproject.toml @@ -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" diff --git a/dev/src/vrcx/__init__.py b/dev/src/vrcx/__init__.py index eb711d4..e4fac8b 100644 --- a/dev/src/vrcx/__init__.py +++ b/dev/src/vrcx/__init__.py @@ -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"