anystyle-cli: add aschleck as a maintainer

This commit is contained in:
April Schleck 2025-06-02 12:45:40 -07:00
parent 46e19a5d31
commit 3dd3d31c10

View File

@ -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;
};