Unverified Commit 41a3c23c authored by Michael Daniels's avatar Michael Daniels
Browse files

treewide: drop figsoda as maintainer (part 4)

These were done manually by me, either due to not matching the regexes in the previous ones, or because of nixf-diagnose, which I have as a pre-commit hook.
parent 1d0bb7b6
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -215,10 +215,10 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza
/pkgs/development/r-modules         @jbedo

# Rust
/pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt @figsoda
/pkgs/build-support/rust @zowoq @winterqt @figsoda
/pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt
/pkgs/build-support/rust @zowoq @winterqt
/pkgs/build-support/rust/fetch-cargo-vendor* @TomaSajt
/doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
/doc/languages-frameworks/rust.section.md @zowoq @winterqt

# Tcl
/pkgs/development/interpreters/tcl  @fgaz
@@ -447,8 +447,8 @@ pkgs/by-name/fo/forgejo/ @adamcstephens @bendlas @emilylange
/pkgs/os-specific/linux/zfs              @adamcstephens @amarshall

# Zig
/pkgs/development/compilers/zig @figsoda @RossComputerGuy
/doc/hooks/zig.section.md       @figsoda @RossComputerGuy
/pkgs/development/compilers/zig @RossComputerGuy
/doc/hooks/zig.section.md       @RossComputerGuy

# Buildbot
nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
+1 −1
Original line number Diff line number Diff line
@@ -159,5 +159,5 @@ tree-sitter-http,,,,0.0.33-1,,
tree-sitter-norg,,,,,5.1,mrcjkb
tree-sitter-orgmode,,,,,,
vstruct,,,,,,
vusted,,,,,,figsoda
vusted,,,,,,
xml2lua,,,,,,teto
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ in

{
  meta = {
    maintainers = lib.teams.freedesktop.members ++ (with lib.maintainers; [ figsoda ]);
    maintainers = lib.teams.freedesktop.members ++ [ ];
  };

  options = {
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
    homepage = "https://github.com/pkolaczk/fclones-gui";
    changelog = "https://github.com/pkolaczk/fclones-gui/releases/tag/${finalAttrs.src.tag}";
    license = lib.licenses.mit;
    maintainers = builtins.attrValues { inherit (lib.maintainers) figsoda; };
    maintainers = [ ];
  };
})
+9 −9
Original line number Diff line number Diff line
@@ -12322,11 +12322,11 @@ with self;
      hash = "sha256-VaUsIz4troYRP58Zs09hftz8hBb5vs5nEme9GBGxIRE=";
    };
    outputs = [ "out" ];
    meta = with lib; {
    meta = {
      description = "Simplified safe evaluation of Perl code";
      homepage = "https://github.com/mkende/perl-eval-safe";
      license = licenses.mit;
      maintainers = with maintainers; [ figsoda ];
      license = lib.licenses.mit;
      maintainers = [ ];
    };
  };
@@ -24770,14 +24770,14 @@ with self;
      TestPod
      TestPodCoverage
    ];
    meta = with lib; {
    meta = {
      description = "Perl bindings to the msgpack C library";
      homepage = "https://github.com/jacquesg/p5-MsgPack-Raw";
      license = with licenses; [
      license = with lib.licenses; [
        gpl1Plus # or
        artistic1
      ];
      maintainers = with maintainers; [ figsoda ];
      maintainers = [ ];
    };
  };
@@ -24927,14 +24927,14 @@ with self;
    ];
    # TODO: fix tests
    doCheck = false;
    meta = with lib; {
    meta = {
      description = "Perl bindings for Neovim";
      homepage = "https://github.com/jacquesg/p5-Neovim-Ext";
      license = with licenses; [
      license = with lib.licenses; [
        gpl1Plus # or
        artistic1
      ];
      maintainers = with maintainers; [ figsoda ];
      maintainers = [ ];
    };
  };