lol

nixos/github-runner{,s}: add @veehaitch and @newam as maintainers

+4
+2
nixos/modules/services/continuous-integration/github-runner.nix
··· 20 20 config = mkIf cfg.enable { 21 21 services.github-runners.${cfg.name} = cfg; 22 22 }; 23 + 24 + meta.maintainers = with maintainers; [ veehaitch newam ]; 23 25 }
+2
nixos/modules/services/continuous-integration/github-runners.nix
··· 53 53 })) 54 54 ); 55 55 }; 56 + 57 + meta.maintainers = with maintainers; [ veehaitch newam ]; 56 58 }