anystyle-cli: add aschleck as a maintainer

Changed files
+4 -1
pkgs
tools
misc
anystyle-cli
+4 -1
pkgs/tools/misc/anystyle-cli/default.nix
···
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;
};