modrinth-app,modrinth-app-unwrapped: add encode42 as maintainer

This commit is contained in:
encode42
2026-01-24 19:44:21 -05:00
parent f69b42058d
commit ed827a0d5b
@@ -163,6 +163,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
maintainers = with lib.maintainers; [
getchoo
hythera
encode42
];
mainProgram = "ModrinthApp";
platforms = with lib.platforms; linux ++ darwin;