nixos/auto-cpufreq: Add nicoo to maintainers

This commit is contained in:
nicoo 2023-09-13 10:25:53 +00:00
parent 46a0c5ebbe
commit 9d27026328

View file

@ -44,5 +44,8 @@ in {
};
# uses attributes of the linked package
meta.buildDocsInSandbox = false;
meta = {
buildDocsInSandbox = false;
maintainers = with lib.maintainers; [ nicoo ];
};
}