Skip to content

Commit c140e06

Browse files
committed
fix(wrapperModules.direnv): add maintainers
1 parent 42d7a4e commit c140e06

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

maintainers/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,9 @@
4545
github = "alexlov";
4646
githubId = 100994;
4747
};
48+
zenoli = {
49+
name = "Zenoli";
50+
github = "zenoli";
51+
githubId = 8073528;
52+
};
4853
}

wrapperModules/d/direnv/module.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@ in
9696
relPath = "${config.configDirname}/lib/${name}";
9797
}
9898
) config.lib;
99+
meta.maintainers = [ wlib.maintainers.zenoli ];
99100
};
100101
}

0 commit comments

Comments
 (0)