We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d2555 commit 030dac6Copy full SHA for 030dac6
2 files changed
maintainers/default.nix
@@ -50,4 +50,9 @@
50
github = "boundless-recursion";
51
githubId = 59110523;
52
};
53
+ zenoli = {
54
+ name = "Zenoli";
55
+ github = "zenoli";
56
+ githubId = 8073528;
57
+ };
58
}
wrapperModules/d/direnv/module.nix
@@ -96,5 +96,6 @@ in
96
relPath = "${config.configDirname}/lib/${name}";
97
98
) config.lib;
99
+ meta.maintainers = [ wlib.maintainers.zenoli ];
100
101
0 commit comments