elmPackages.*: remove myself as maintainer from packages where I was

I never used any of these packages, and was simply the maintainer of
convenience. Dropping myself from this, someone else can pick it up if
they want to in the future.
This commit is contained in:
dish
2026-02-12 13:30:45 -05:00
parent 42562ca739
commit 3b5d52a444
11 changed files with 11 additions and 11 deletions
@@ -52,7 +52,7 @@ buildNpmPackage (finalAttrs: {
description = "Analyse your Elm code, identify deficiencies and apply best practices";
homepage = "https://stil4m.github.io/elm-analyse/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "elm-analyse";
};
})
@@ -40,6 +40,6 @@ buildNpmPackage (finalAttrs: {
description = "Elm offline documentation previewer";
homepage = "https://github.com/dmy/elm-doc-preview";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
@@ -27,7 +27,7 @@ buildNpmPackage (finalAttrs: {
description = "Install private Elm packages from any git url";
homepage = "https://github.com/robinheghan/elm-git-install";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "elm-git-install";
};
})
@@ -43,7 +43,7 @@ buildNpmPackage (finalAttrs: {
description = "Autogenerate type-safe GraphQL queries in Elm";
homepage = "https://github.com/dillonkearns/elm-graphql";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "elm-graphql";
};
})
@@ -30,6 +30,6 @@ buildNpmPackage (finalAttrs: {
mainProgram = "elm-language-server";
homepage = "https://github.com/elm-tooling/elm-language-server";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
@@ -31,7 +31,7 @@ buildNpmPackage (finalAttrs: {
description = "Flexible dev server for Elm with live-reload";
homepage = "https://www.elm-live.com";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "elm-live";
};
})
@@ -27,7 +27,7 @@ buildNpmPackage (finalAttrs: {
description = "A second level of optimization for the Javascript that the Elm Compiler produces.";
homepage = "https://github.com/mdgriffith/elm-optimize-level-2";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "elm-optimize-level-2";
};
})
@@ -27,7 +27,7 @@ buildNpmPackage (finalAttrs: {
description = "Elm single-page-apps made easy";
homepage = "https://www.elm-spa.dev/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "elm-spa";
};
})
@@ -33,7 +33,7 @@ buildNpmPackage (finalAttrs: {
description = "Upgrade your Elm 0.18 projects to Elm 0.19";
homepage = "https://github.com/avh4/elm-upgrade";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "elm-upgrade";
};
})
@@ -44,7 +44,7 @@ buildNpmPackage (finalAttrs: {
description = "Verify examples in your docs";
homepage = "https://github.com/stoeffel/elm-verify-examples";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "elm-verify-examples";
};
})
@@ -42,7 +42,7 @@ buildNpmPackage (finalAttrs: {
description = "Cross referencing tool for Elm";
homepage = "https://github.com/zwilias/elm-xref";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
mainProgram = "elm-xref";
};
})