Add maintainer: avh4

This commit is contained in:
Aaron VonderHaar
2021-02-09 00:21:28 -08:00
parent 4fe4118598
commit c16cecdcd6
2 changed files with 7 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ let
description = "Formats Elm source code according to a standard set of rules based on the official Elm Style Guide";
homepage = "https://github.com/avh4/elm-format";
license = licenses.bsd3;
maintainers = with maintainers; [ turbomack ];
maintainers = with maintainers; [ avh4 turbomack ];
}));
elmi-to-json = justStaticExecutables (overrideCabal (self.callPackage ./packages/elmi-to-json.nix {}) (drv: {