chore: cut GitHub, make vrcx Gitea-only

- relink README/CHANGELOG/pyproject to git.engelgardt23.ru; drop github build badge
- update-check + clone URL point to Gitea; rename GITHUB_REPO -> REPO
- port CI to .gitea/workflows (self-contained, publishes Gitea release)
- remove .github (workflow + issue templates)
This commit is contained in:
Engelgardt23
2026-06-01 13:04:49 +03:00
parent fcf5424735
commit 5783b2c17d
11 changed files with 50 additions and 113 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ dependencies = ["rich>=13", "paramiko>=3"]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/Engelgardt23/vrcx"
Issues = "https://github.com/Engelgardt23/vrcx/issues"
Homepage = "https://git.engelgardt23.ru/engel/vrcx"
Issues = "https://git.engelgardt23.ru/engel/vrcx/issues"
[project.scripts]
vrcx = "vrcx.app:main"