maintainers: drop modulistic (#458974)

This commit is contained in:
Fabián Heredia Montiel
2025-11-12 20:09:17 +00:00
committed by GitHub
2 changed files with 1 additions and 10 deletions
-6
View File
@@ -17420,12 +17420,6 @@
githubId = 14153763;
name = "modderme123";
};
modulistic = {
email = "modulistic@gmail.com";
github = "modulistic";
githubId = 1902456;
name = "Pablo Costa";
};
mog = {
email = "mog-lists@rldn.net";
github = "mogorman";
@@ -154,10 +154,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Tiling window manager";
homepage = "https://i3wm.org";
maintainers = with lib.maintainers; [
modulistic
fpletz
];
maintainers = with lib.maintainers; [ fpletz ];
mainProgram = "i3";
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;