nixos/yggdrasil: add nagy as maintainer

This commit is contained in:
Daniel Nagy 2024-09-20 17:45:00 +02:00 committed by Emery Hemingway
parent cb7635612e
commit 991fd5f462

View File

@ -234,6 +234,6 @@ in
);
meta = {
doc = ./yggdrasil.md;
maintainers = with lib.maintainers; [ gazally ehmry ];
maintainers = with lib.maintainers; [ gazally ehmry nagy ];
};
}