diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/config.json | 2 | ||||
-rw-r--r-- | nix/module.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/config.json b/contrib/config.json index a1d70d0..599e149 100644 --- a/contrib/config.json +++ b/contrib/config.json @@ -1,5 +1,5 @@ { - "source_code_repository_url": "https://git.foss-syndicate.org/vhack.eu/nixos-server/tree/pkgs/by-name/ba/back", + "source_code_repository_url": "https://git.foss-syndicate.org/vhack.eu/git_bug/back", "root_url": "https://issues.foss-syndicate.org", "scan_path": "/path/to/the/scan/path", "project_list": "/path/to/the/projects.list" diff --git a/nix/module.nix b/nix/module.nix index ebdd6d5..da95759 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -37,7 +37,7 @@ in { source_code_repository_url = lib.mkOption { description = "The url to the source code of this instance of back"; - default = "https://git.foss-syndicate.org/vhack.eu/nixos-server/tree/pkgs/by-name/ba/back"; + default = "https://git.foss-syndicate.org/vhack.eu/git_bug/back"; type = lib.types.str; }; |