{nh,nh-unwrapped,nixos/nh}: add mdaniels5757 as co-maintainer

This commit is contained in:
Michael Daniels
2025-12-08 20:18:57 -05:00
parent 1a358ae843
commit 17a6b18eb6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ in
{
meta.maintainers = with lib.maintainers; [
NotAShelf
mdaniels5757
viperML
];
+1
View File
@@ -64,6 +64,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
mainProgram = "nh";
maintainers = with lib.maintainers; [
NotAShelf
mdaniels5757
viperML
];
};