dooit: add maintainer kraanzu (#345234)

This commit is contained in:
kirillrdy 2024-10-01 06:14:24 +10:00 committed by GitHub
commit 6d6e3bf20d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -11380,6 +11380,12 @@
githubId = 787421;
name = "Kevin Quick";
};
kraanzu = {
name = "Murli Tawari";
email = "kraanzu@gmail.com";
github = "kraanzu";
githubId = 97718086;
};
kradalby = {
name = "Kristoffer Dalby";
email = "kristoffer@dalby.cc";

View File

@ -57,6 +57,7 @@ python3.pkgs.buildPythonApplication rec {
maintainers = with maintainers; [
khaneliman
wesleyjrz
kraanzu
];
mainProgram = "dooit";
};