about summary refs log tree commit diff
path: root/pkgs/development/compilers/elm
diff options
context:
space:
mode:
authorAaron VonderHaar <gruen0aermel@gmail.com>2021-02-09 00:21:28 -0800
committerAaron VonderHaar <gruen0aermel@gmail.com>2021-02-09 00:21:28 -0800
commitc16cecdcd65b8cfcb00af22d7103bed54343a0eb (patch)
treee2656bfd91508d51359c31328694dc28a08e403a /pkgs/development/compilers/elm
parent4fe4118598b82eed28a53de3ed82edae9920fda5 (diff)
Add maintainer: avh4
Diffstat (limited to 'pkgs/development/compilers/elm')
-rw-r--r--pkgs/development/compilers/elm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/elm/default.nix b/pkgs/development/compilers/elm/default.nix
index 2522bb76cd3d6..557dcf9683077 100644
--- a/pkgs/development/compilers/elm/default.nix
+++ b/pkgs/development/compilers/elm/default.nix
@@ -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: {