diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index a8812c8..f8dc3c9 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ }; }; invidious-router-flake = { - url = "git+https://codeberg.org/sils/invidious-router-flake"; + url = "git+https://codeberg.org/vhack.eu/invidious-router-flake"; inputs.nixpkgs.follows = "nixpkgs"; }; |