diff --git a/flake.lock b/flake.lock index b077b25..6281f22 100644 --- a/flake.lock +++ b/flake.lock @@ -9,11 +9,11 @@ "rev": "72686f5556785c9aa13678dc42757dddfb7d7c23", "revCount": 2, "type": "git", - "url": "https://git.m-labs.hk/linuswck/KiCAD_BOM_Generator.git" + "url": "https://git.m-labs.hk/M-Labs/KiCAD_BOM_Generator.git" }, "original": { "type": "git", - "url": "https://git.m-labs.hk/linuswck/KiCAD_BOM_Generator.git" + "url": "https://git.m-labs.hk/M-Labs/KiCAD_BOM_Generator.git" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index cb393b8..7f588d6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; inputs.kicad_bom_generator = { - url = "git+https://git.m-labs.hk/linuswck/KiCAD_BOM_Generator.git"; + url = "git+https://git.m-labs.hk/M-Labs/KiCAD_BOM_Generator.git"; flake = false; };