maintainers: add mzacho

This commit is contained in:
Martin Zacho
2024-08-11 12:09:16 +02:00
parent 91e1c5349e
commit 45b7c17ba5
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -14145,6 +14145,12 @@
githubId = 9636071;
name = "Myrl Hex";
};
mzacho = {
email = "nixpkgs@martinzacho.net";
github = "mzacho";
githubId = 16916972;
name = "Martin Zacho";
};
n00b0ss = {
email = "nixpkgs@n00b0ss.de";
github = "n00b0ss";
@@ -56,4 +56,5 @@ in
};
environment.systemPackages = [ cfg.package ];
};
meta.maintainers = with lib.maintainers; [ mzacho ];
}