docs: update GitHub repo name
Some checks are pending
Check test suite / Check outputs (push) Waiting to run
Deploy documentation site / Build website (push) Waiting to run
Deploy documentation site / Deploy website (push) Blocked by required conditions

This commit is contained in:
Gabriel Arazas 2025-01-11 14:22:50 +08:00
parent a7ec84436e
commit 2bb1dc66c7
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -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