1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

treewide: remove inactive maintainer ericsagnes

This commit is contained in:
Arnout Engelen 2025-04-17 12:15:49 +02:00
parent 9bebe64e7e
commit eb9ce0eed3
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA
26 changed files with 16 additions and 33 deletions

View file

@ -22,7 +22,7 @@ file.
};
meta = {
maintainers = with lib.maintainers; [ ericsagnes ];
maintainers = with lib.maintainers; [ ];
doc = ./default.md;
buildDocsInSandbox = true;
};