maintainers: drop tfmoraes (#445007)

This commit is contained in:
Wolfgang Walther
2025-09-28 07:58:51 +00:00
committed by GitHub
8 changed files with 0 additions and 12 deletions
-5
View File
@@ -25566,11 +25566,6 @@
github = "tfkhdyt";
githubId = 47195537;
};
tfmoraes = {
name = "Thiago Franco de Moraes";
github = "tfmoraes";
githubId = 351108;
};
tg-x = {
email = "*@tg-x.net";
github = "tg-x";
-1
View File
@@ -191,6 +191,5 @@ stdenv.mkDerivation rec {
license = with licenses; [ asl20 ];
platforms = platforms.all;
broken = stdenv.hostPlatform.isDarwin; # Cannot find macos sdk
maintainers = with maintainers; [ tfmoraes ];
};
}
-1
View File
@@ -130,7 +130,6 @@ stdenv.mkDerivation rec {
lgpl2Plus
wxWindowsException31
];
maintainers = with maintainers; [ tfmoraes ];
platforms = platforms.unix;
};
}
-1
View File
@@ -152,7 +152,6 @@ stdenv.mkDerivation rec {
wxWindowsException31
];
maintainers = with maintainers; [
tfmoraes
fliegendewurst
];
platforms = platforms.unix;
@@ -132,7 +132,6 @@ stdenv.mkDerivation (finalAttrs: {
wxWindowsException31
];
maintainers = with lib.maintainers; [
tfmoraes
fliegendewurst
wegank
];
-1
View File
@@ -42,7 +42,6 @@ appimageTools.wrapType2 rec {
homepage = "https://www.zettlr.com";
platforms = [ "x86_64-linux" ];
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ tfmoraes ];
mainProgram = "zettlr";
};
}
@@ -121,7 +121,6 @@ stdenv.mkDerivation (finalAttrs: {
bsd3
asl20
];
maintainers = with lib.maintainers; [ tfmoraes ];
platforms = lib.platforms.all;
};
})
@@ -40,6 +40,5 @@ buildPythonPackage {
applications.
'';
license = licenses.bsd2;
maintainers = with maintainers; [ tfmoraes ];
};
}