maintainers: drop mbaeten

This commit is contained in:
M. Baeten
2025-12-23 19:16:25 +01:00
parent 4b75554d03
commit 87deac77b1
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -16619,11 +16619,6 @@
githubId = 22836301;
name = "Mateusz Mazur";
};
mbaeten = {
github = "mbaeten";
githubId = 2649304;
name = "M. Baeten";
};
mbaillie = {
email = "martin@baillie.id";
github = "martinbaillie";
+1 -1
View File
@@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "pragha";
homepage = "https://pragha-music-player.github.io/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ mbaeten ];
maintainers = with lib.maintainers; [];
platforms = lib.platforms.unix;
};
})