From ed827a0d5b0a1f0461eefe3cdbc5ce994b6e0e7e Mon Sep 17 00:00:00 2001 From: encode42 Date: Sat, 24 Jan 2026 19:44:21 -0500 Subject: [PATCH] modrinth-app,modrinth-app-unwrapped: add encode42 as maintainer --- pkgs/by-name/mo/modrinth-app-unwrapped/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix b/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix index e0ec4649c622..a0ccf8aff638 100644 --- a/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix +++ b/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix @@ -163,6 +163,7 @@ rustPlatform.buildRustPackage (finalAttrs: { maintainers = with lib.maintainers; [ getchoo hythera + encode42 ]; mainProgram = "ModrinthApp"; platforms = with lib.platforms; linux ++ darwin;