Unverified Commit 9bebe64e authored by Arnout Engelen's avatar Arnout Engelen Committed by GitHub
Browse files

treewide: possibly inactive maintainer: jfb / tftio / James Felix Black (#399431)

parents 94f94858 8dca18ba
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -11403,12 +11403,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
Original line number Diff line number Diff line
@@ -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";
  };
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ stdenv.mkDerivation (finalAttrs: {
    license = lib.licenses.lgpl21;
    mainProgram = "notion";
    maintainers = with lib.maintainers; [
      jfb
      raboof
      NotAShelf
    ];