Unverified Commit eb8ad5a5 authored by dish's avatar dish Committed by GitHub
Browse files

elmPackages.*: remove myself as maintainer from packages where I was (#489876)

parents 3cbf09a0 3b5d52a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
})
Loading