From 3dd3d31c10c107e46bbe05f35140dc4b19f7f509 Mon Sep 17 00:00:00 2001 From: April Schleck Date: Mon, 2 Jun 2025 12:45:40 -0700 Subject: [PATCH] anystyle-cli: add aschleck as a maintainer --- pkgs/tools/misc/anystyle-cli/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/misc/anystyle-cli/default.nix b/pkgs/tools/misc/anystyle-cli/default.nix index f5ae642eaeed..959956bb916e 100644 --- a/pkgs/tools/misc/anystyle-cli/default.nix +++ b/pkgs/tools/misc/anystyle-cli/default.nix @@ -38,7 +38,10 @@ buildRubyGem rec { description = "Command line interface to the AnyStyle Parser and Finder"; homepage = "https://anystyle.io/"; license = licenses.bsd2; - maintainers = with maintainers; [ shamilton ]; + maintainers = with maintainers; [ + aschleck + shamilton + ]; mainProgram = "anystyle"; platforms = platforms.unix; };