mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Change main repo link
This commit is contained in:
parent
788d47c8c7
commit
74b3096ba0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from pathlib import Path
|
|||
# Volumes
|
||||
VOLUMES_DIR = Path.home() / "volumes"
|
||||
# AdvLabDB
|
||||
ADVLABDB_REPO_LINK = "https://gitlab.rlp.net/mobitar/advlabdb.git"
|
||||
ADVLABDB_REPO_LINK = "https://codeberg.org/Mo8it/AdvLabDB.git"
|
||||
ADVLABDB_VOLUMES_DIR = VOLUMES_DIR / "advlabdb"
|
||||
ADVLABDB_REPO_DIR = ADVLABDB_VOLUMES_DIR / "repo"
|
||||
ADVLABDB_LOGS_DIR = ADVLABDB_VOLUMES_DIR / "logs"
|
||||
|
|
Loading…
Reference in a new issue