We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d7a4e commit c140e06Copy full SHA for c140e06
2 files changed
maintainers/default.nix
@@ -45,4 +45,9 @@
45
github = "alexlov";
46
githubId = 100994;
47
};
48
+ zenoli = {
49
+ name = "Zenoli";
50
+ github = "zenoli";
51
+ githubId = 8073528;
52
+ };
53
}
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