Commit 4d61155d authored by Andrew Marshall's avatar Andrew Marshall
Browse files

maintainers: remove JoanMassachs due to inactivity

No PRs since May 2024 and does not appear to be part of the NixOS GitHub
organization anymore.
parent 89c2b233
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -12414,11 +12414,6 @@
    githubId = 1102396;
    name = "Jussi Maki";
  };
  joanmassachs = {
    github = "joanmassachs";
    githubId = 22916782;
    name = "Joan Massachs";
  };
  joaomoreira = {
    matrix = "@joaomoreira:matrix.org";
    github = "joaoymoreira";
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/waydabber/m1ddc";
    license = lib.licenses.mit;
    mainProgram = "m1ddc";
    maintainers = [ lib.maintainers.joanmassachs ];
    maintainers = [ ];
    platforms = [ "aarch64-darwin" ];
  };
})