Skip to content

Commit 8dca18b

Browse files
committed
treewide: remove inactive maintainer jfb
1 parent 9115088 commit 8dca18b

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

maintainers/maintainer-list.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11223,12 +11223,6 @@
1122311223
githubId = 110620;
1122411224
name = "Jevin Maltais";
1122511225
};
11226-
jfb = {
11227-
email = "[email protected]";
11228-
github = "tftio";
11229-
githubId = 143075;
11230-
name = "James Felix Black";
11231-
};
1123211226
jfchevrette = {
1123311227
email = "[email protected]";
1123411228
github = "jfchevrette";

pkgs/by-name/gx/gxmessage/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
3030
description = "GTK enabled dropin replacement for xmessage";
3131
homepage = "https://trmusson.dreamhosters.com/programs.html#gxmessage";
3232
license = lib.licenses.gpl3Plus;
33-
maintainers = with lib.maintainers; [ jfb ];
33+
maintainers = with lib.maintainers; [ ];
3434
platforms = with lib.platforms; linux;
3535
mainProgram = "gxmessage";
3636
};

pkgs/by-name/no/notion/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ stdenv.mkDerivation (finalAttrs: {
9090
license = lib.licenses.lgpl21;
9191
mainProgram = "notion";
9292
maintainers = with lib.maintainers; [
93-
jfb
9493
raboof
9594
];
9695
platforms = lib.platforms.linux;

0 commit comments

Comments
 (0)