From 054c4a69b198e5c9f1626437504bef9c8b46dc8a Mon Sep 17 00:00:00 2001 From: Rafael Ieda Date: Mon, 22 Sep 2025 06:16:51 -0300 Subject: [PATCH] sloth-app: add maintainer iedame --- pkgs/by-name/sl/sloth-app/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/sl/sloth-app/package.nix b/pkgs/by-name/sl/sloth-app/package.nix index 0d069c4d7fda..b494bf0c8443 100644 --- a/pkgs/by-name/sl/sloth-app/package.nix +++ b/pkgs/by-name/sl/sloth-app/package.nix @@ -37,7 +37,10 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://sveinbjorn.org/sloth"; license = lib.licenses.bsd3; mainProgram = "Sloth"; - maintainers = with lib.maintainers; [ emilytrau ]; + maintainers = with lib.maintainers; [ + emilytrau + iedame + ]; platforms = lib.platforms.darwin; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; };