typer: add iamanaws as maintainer

Signed-off-by: Angel J <78835633+Iamanaws@users.noreply.github.com>
This commit is contained in:
Angel J
2025-12-27 14:32:22 -08:00
parent 9c38f63b56
commit f351eecb61
+1 -1
View File
@@ -26,7 +26,7 @@ buildGoModule {
description = "Typing test in your terminal";
homepage = "https://github.com/maaslalani/typer";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ iamanaws ];
mainProgram = "typer";
};
}