From c354f95643da99c1e08cb4a89bbc44f43c309402 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 19 Apr 2024 09:25:00 -0500 Subject: [PATCH] valeStyles: add katexochen to maintainers --- pkgs/tools/text/vale/styles.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/text/vale/styles.nix b/pkgs/tools/text/vale/styles.nix index 16191fbb7502..f2513289a548 100644 --- a/pkgs/tools/text/vale/styles.nix +++ b/pkgs/tools/text/vale/styles.nix @@ -25,6 +25,7 @@ let meta = { platforms = lib.platforms.all; + maintainers = with lib.maintainers; [ katexochen ]; } // (args.meta or { }); } // removeAttrs args [ "meta" "name" ]); in