nh: update maintainers
This commit is contained in:
parent
e8a3e2c1e0
commit
4074121796
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue