Skip to content

Commit

Permalink
nixos/smokeping: Add nh2 to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Nov 1, 2021
1 parent 4b0a88a commit a65e7f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/modules/services/networking/smokeping.nix
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ in
};
};

meta.maintainers = with lib.maintainers; [ erictapen ];
meta.maintainers = with lib.maintainers; [
erictapen
nh2
];
}

0 comments on commit a65e7f0

Please sign in to comment.