0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

github-runner: add thomasjm as maintainer

This commit is contained in:
Tom McLaughlin 2023-06-08 01:03:15 -07:00
parent 91f0ba0f92
commit f69aff8f89

View file

@ -21,5 +21,5 @@ in
services.github-runners.${cfg.name} = cfg; services.github-runners.${cfg.name} = cfg;
}; };
meta.maintainers = with maintainers; [ veehaitch newam ]; meta.maintainers = with maintainers; [ veehaitch newam thomasjm ];
} }