about summary refs log tree commit diff stats
path: root/nix/module.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 18:07:37 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 18:07:37 +0200
commitc08bfee8c276537c0165e43110093adf0c03cdb5 (patch)
tree04d0cf4c5e1197162d909260d251f4117933c57d /nix/module.nix
parentchore(treewide): Comply with the reuse spec v3.3 (diff)
downloadback-c08bfee8c276537c0165e43110093adf0c03cdb5.zip
fix(treewide): Use the correct link to the repository
Diffstat (limited to 'nix/module.nix')
-rw-r--r--nix/module.nix2
1 files changed, 1 insertions, 1 deletions
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;
       };