Unverified Commit dcfe6aaa authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

maintainers: drop neonfuz

Inactive since 2023, not in the GitHub org.
parent ea401b79
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -18116,12 +18116,6 @@
    githubId = 50854675;
    name = "Nelson Jeppesen";
  };
  neonfuz = {
    email = "neonfuz@gmail.com";
    github = "neonfuz";
    githubId = 2590830;
    name = "Sage Raflik";
  };
  neosimsim = {
    email = "me@abn.sh";
    github = "neosimsim";
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [
      Br1ght0ne
      neonfuz
    ];
    teams = [ teams.pantheon ];
    platforms = platforms.linux;
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with lib.maintainers; [
      Gliczy
      keenanweaver
      neonfuz
    ];
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@ stdenv.mkDerivation (finalAttrs: {
      tags.
    '';
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ neonfuz ];
    platforms = lib.platforms.all;
    mainProgram = "dwm";
  };
+0 −1
Original line number Diff line number Diff line
@@ -49,6 +49,5 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Plus;
    platforms = platforms.all;
    badPlatforms = platforms.darwin;
    maintainers = with maintainers; [ neonfuz ];
  };
}
Loading