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 // {
|
opt // {
|
||||||
declarations = map (decl:
|
declarations = map (decl:
|
||||||
if lib.hasPrefix src (toString decl) then
|
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)))
|
(lib.removePrefix "/" (lib.removePrefix src (toString decl)))
|
||||||
else if decl == "lib/modules.nix" then
|
else if decl == "lib/modules.nix" then
|
||||||
gitHubDeclaration "NixOS" "nixpkgs" decl
|
gitHubDeclaration "NixOS" "nixpkgs" decl
|
||||||
|
Loading…
Reference in New Issue
Block a user