nixos/ente-auth: add maintainer gepbird

This commit is contained in:
Gutyina Gergő 2025-12-26 14:21:49 +01:00
commit 6891728e34
No known key found for this signature in database

View file

@ -20,5 +20,8 @@ in
) true;
};
meta.maintainers = with lib.maintainers; [ yiyu ];
meta.maintainers = with lib.maintainers; [
gepbird
yiyu
];
}