Add maintainer: avh4
This commit is contained in:
parent
4fe4118598
commit
c16cecdcd6
@ -904,6 +904,12 @@
|
|||||||
githubId = 687218;
|
githubId = 687218;
|
||||||
name = "averelld";
|
name = "averelld";
|
||||||
};
|
};
|
||||||
|
avh4 = {
|
||||||
|
email = "gruen0aermel@gmail.com";
|
||||||
|
github = "avh4";
|
||||||
|
githubId = 1222;
|
||||||
|
name = "Aaron VonderHaar";
|
||||||
|
};
|
||||||
avitex = {
|
avitex = {
|
||||||
email = "theavitex@gmail.com";
|
email = "theavitex@gmail.com";
|
||||||
github = "avitex";
|
github = "avitex";
|
||||||
|
@ -41,7 +41,7 @@ let
|
|||||||
description = "Formats Elm source code according to a standard set of rules based on the official Elm Style Guide";
|
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";
|
homepage = "https://github.com/avh4/elm-format";
|
||||||
license = licenses.bsd3;
|
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: {
|
elmi-to-json = justStaticExecutables (overrideCabal (self.callPackage ./packages/elmi-to-json.nix {}) (drv: {
|
||||||
|
Loading…
Reference in New Issue
Block a user