treewide: remove inactive maintainer jfb

This commit is contained in:
Arnout Engelen
2025-04-17 12:09:55 +02:00
parent 9115088d53
commit 8dca18ba68
3 changed files with 1 additions and 8 deletions
-6
View File
@@ -11223,12 +11223,6 @@
githubId = 110620;
name = "Jevin Maltais";
};
jfb = {
email = "james@yamtime.com";
github = "tftio";
githubId = 143075;
name = "James Felix Black";
};
jfchevrette = {
email = "jfchevrette@gmail.com";
github = "jfchevrette";
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "GTK enabled dropin replacement for xmessage";
homepage = "https://trmusson.dreamhosters.com/programs.html#gxmessage";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ jfb ];
maintainers = with lib.maintainers; [ ];
platforms = with lib.platforms; linux;
mainProgram = "gxmessage";
};
-1
View File
@@ -90,7 +90,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.lgpl21;
mainProgram = "notion";
maintainers = with lib.maintainers; [
jfb
raboof
];
platforms = lib.platforms.linux;