mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
nixos/auto-cpufreq: Add nicoo to maintainers
This commit is contained in:
parent
46a0c5ebbe
commit
9d27026328
@ -44,5 +44,8 @@ in {
|
||||
};
|
||||
|
||||
# uses attributes of the linked package
|
||||
meta.buildDocsInSandbox = false;
|
||||
meta = {
|
||||
buildDocsInSandbox = false;
|
||||
maintainers = with lib.maintainers; [ nicoo ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user