maintainers: remove JoanMassachs due to inactivity

No PRs since May 2024 and does not appear to be part of the NixOS GitHub
organization anymore.
This commit is contained in:
Andrew Marshall
2025-11-20 10:10:14 -05:00
parent 89c2b2330e
commit 4d61155d4d
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -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
View File
@@ -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" ];
};
})