cutemaze: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-10-09 07:38:49 -03:00
parent 58bdd012a9
commit 012d04fe3e
+4 -1
View File
@@ -49,7 +49,10 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "cutemaze";
homepage = "https://gottcode.org/cutemaze/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ dotlambda ];
maintainers = with lib.maintainers; [
dotlambda
iedame
];
platforms = lib.platforms.unix;
};
})