mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
docs: update GitHub repo name
This commit is contained in:
parent
a7ec84436e
commit
2bb1dc66c7
@ -46,7 +46,7 @@ let
|
||||
opt // {
|
||||
declarations = map (decl:
|
||||
if lib.hasPrefix src (toString decl) then
|
||||
gitHubDeclaration "foo-dogsquared" "wrapper-manager-fds"
|
||||
gitHubDeclaration "foo-dogsquared" "nix-module-wrapper-manager-fds"
|
||||
(lib.removePrefix "/" (lib.removePrefix src (toString decl)))
|
||||
else if decl == "lib/modules.nix" then
|
||||
gitHubDeclaration "NixOS" "nixpkgs" decl
|
||||
|
Loading…
Reference in New Issue
Block a user