1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-29 04:26:32 +03:00

treewide: remove azahi from maintainers

This commit is contained in:
azahi 2025-04-06 14:24:01 +03:00
parent eddf400f33
commit 5f25aceff5
No known key found for this signature in database
27 changed files with 27 additions and 27 deletions

View file

@ -122,6 +122,6 @@ in
usshAuth = true;
};
meta.maintainers = with lib.maintainers; [ azahi ];
meta.maintainers = [ ];
};
}