nh: update maintainers

This commit is contained in:
Ali Jamadi 2025-06-30 16:56:47 -06:00 committed by Austin Horstman
parent e8a3e2c1e0
commit 4074121796

View file

@ -8,7 +8,10 @@ let
cfg = config.programs.nh;
in
{
meta.maintainers = with lib.maintainers; [ johnrtitor ];
meta.maintainers = with lib.maintainers; [
johnrtitor
a-jay98
];
options.programs.nh = {
enable = lib.mkEnableOption "nh, yet another Nix CLI helper";