Skip to content

Commit 030dac6

Browse files
committed
fix(wrapperModules.direnv): add maintainers
1 parent 25d2555 commit 030dac6

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
@@ -50,4 +50,9 @@
5050
github = "boundless-recursion";
5151
githubId = 59110523;
5252
};
53+
zenoli = {
54+
name = "Zenoli";
55+
github = "zenoli";
56+
githubId = 8073528;
57+
};
5358
}

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)