reindeer: add amaanq to maintainers (#484261)

This commit is contained in:
Yohann Boniface
2026-01-27 08:00:09 +00:00
committed by GitHub
+1 -1
View File
@@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "reindeer";
homepage = "https://github.com/facebookincubator/reindeer";
license = with lib.licenses; [ mit ];
maintainers = [ ];
maintainers = with lib.maintainers; [ amaanq ];
};
}