chore: cut GitHub, make project Gitea-only

- relink README/CHANGELOG/pyproject/SECURITY to git.engelgardt23.ru
- port CI from GitHub Actions to .gitea/workflows (publishes Gitea release via API)
- rename GITHUB_REPO -> REPO; drop GitHub mentions in code/docs/comments
- remove .github (workflow + issue templates); drop made-by lines
This commit is contained in:
2026-06-01 12:34:21 +03:00
parent 07b93d1382
commit 27304992a0
13 changed files with 50 additions and 137 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ dependencies = ["rich>=13"]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/Engelgardt23/dhcpsrv"
Issues = "https://github.com/Engelgardt23/dhcpsrv/issues"
Homepage = "https://git.engelgardt23.ru/engel/dhcpsrv"
Issues = "https://git.engelgardt23.ru/engel/dhcpsrv/issues"
[project.scripts]
dhcpsrv = "dhcpsrv.app:main"