Unverified Commit eb833639 authored by Michael Daniels's avatar Michael Daniels
Browse files

treewide: drop figsoda as maintainer (part 1)

s/maintainers = with lib.maintainers; [ figsoda ];/maintainers = with lib.maintainers; [ ];/
parent 31dfe5fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,5 +115,5 @@ in
    })
  ];

  meta.maintainers = with lib.maintainers; [ figsoda ];
  meta.maintainers = [ ];
}
+1 −1
Original line number Diff line number Diff line
@@ -25,5 +25,5 @@ in
    };
  };

  meta.maintainers = with lib.maintainers; [ figsoda ];
  meta.maintainers = [ ];
}
+1 −1
Original line number Diff line number Diff line
@@ -25,5 +25,5 @@ in
    };
  };

  meta.maintainers = with lib.maintainers; [ figsoda ];
  meta.maintainers = [ ];
}
+1 −1
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ buildLua rec {
    changelog = "https://github.com/marzzzello/mpv_thumbnail_script/releases/tag/${version}";
    license = lib.licenses.gpl3Plus;
    platforms = lib.platforms.all;
    maintainers = with lib.maintainers; [ figsoda ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -41,6 +41,6 @@ buildGoModule rec {
    homepage = "https://github.com/dnnrly/abbreviate";
    changelog = "https://github.com/dnnrly/abbreviate/releases/tag/${src.rev}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ figsoda ];
    maintainers = [ ];
  };
}
Loading