docs: update Gitea default repository name from pydevplace to devplacepy in config and docs

This commit is contained in:
2026-06-12 20:06:58 +00:00
parent 42f5fccd9b
commit ea715d7885
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from devplacepy.services.base import ConfigField
BASE_URL_DEFAULT = "https://retoor.molodetz.nl"
OWNER_DEFAULT = "retoor"
REPO_DEFAULT = "pydevplace"
REPO_DEFAULT = "devplacepy"
HTTP_TIMEOUT_SECONDS = 20.0