lol

nixos/auto-cpufreq: Add nicoo to maintainers

nicoo 9d270263 46a0c5eb

+4 -1
+4 -1
nixos/modules/services/hardware/auto-cpufreq.nix
··· 44 44 }; 45 45 46 46 # uses attributes of the linked package 47 - meta.buildDocsInSandbox = false; 47 + meta = { 48 + buildDocsInSandbox = false; 49 + maintainers = with lib.maintainers; [ nicoo ]; 50 + }; 48 51 }