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.
This commit is contained in:
Michael Daniels
2025-10-26 13:23:01 -04:00
parent 1d0bb7b61b
commit 41a3c23cdc
5 changed files with 17 additions and 17 deletions

View File

@@ -215,10 +215,10 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza
/pkgs/development/r-modules @jbedo /pkgs/development/r-modules @jbedo
# Rust # Rust
/pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt @figsoda /pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt
/pkgs/build-support/rust @zowoq @winterqt @figsoda /pkgs/build-support/rust @zowoq @winterqt
/pkgs/build-support/rust/fetch-cargo-vendor* @TomaSajt /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 # Tcl
/pkgs/development/interpreters/tcl @fgaz /pkgs/development/interpreters/tcl @fgaz
@@ -447,8 +447,8 @@ pkgs/by-name/fo/forgejo/ @adamcstephens @bendlas @emilylange
/pkgs/os-specific/linux/zfs @adamcstephens @amarshall /pkgs/os-specific/linux/zfs @adamcstephens @amarshall
# Zig # Zig
/pkgs/development/compilers/zig @figsoda @RossComputerGuy /pkgs/development/compilers/zig @RossComputerGuy
/doc/hooks/zig.section.md @figsoda @RossComputerGuy /doc/hooks/zig.section.md @RossComputerGuy
# Buildbot # Buildbot
nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq

View File

@@ -159,5 +159,5 @@ tree-sitter-http,,,,0.0.33-1,,
tree-sitter-norg,,,,,5.1,mrcjkb tree-sitter-norg,,,,,5.1,mrcjkb
tree-sitter-orgmode,,,,,, tree-sitter-orgmode,,,,,,
vstruct,,,,,, vstruct,,,,,,
vusted,,,,,,figsoda vusted,,,,,,
xml2lua,,,,,,teto xml2lua,,,,,,teto
1 name rockspec ref server version luaversion maintainers
159 tree-sitter-norg 5.1 mrcjkb
160 tree-sitter-orgmode
161 vstruct
162 vusted figsoda
163 xml2lua teto

View File

@@ -13,7 +13,7 @@ in
{ {
meta = { meta = {
maintainers = lib.teams.freedesktop.members ++ (with lib.maintainers; [ figsoda ]); maintainers = lib.teams.freedesktop.members ++ [ ];
}; };
options = { options = {

View File

@@ -46,6 +46,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/pkolaczk/fclones-gui"; homepage = "https://github.com/pkolaczk/fclones-gui";
changelog = "https://github.com/pkolaczk/fclones-gui/releases/tag/${finalAttrs.src.tag}"; changelog = "https://github.com/pkolaczk/fclones-gui/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = builtins.attrValues { inherit (lib.maintainers) figsoda; }; maintainers = [ ];
}; };
}) })

View File

@@ -12322,11 +12322,11 @@ with self;
hash = "sha256-VaUsIz4troYRP58Zs09hftz8hBb5vs5nEme9GBGxIRE="; hash = "sha256-VaUsIz4troYRP58Zs09hftz8hBb5vs5nEme9GBGxIRE=";
}; };
outputs = [ "out" ]; outputs = [ "out" ];
meta = with lib; { meta = {
description = "Simplified safe evaluation of Perl code"; description = "Simplified safe evaluation of Perl code";
homepage = "https://github.com/mkende/perl-eval-safe"; homepage = "https://github.com/mkende/perl-eval-safe";
license = licenses.mit; license = lib.licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
}; };
@@ -24770,14 +24770,14 @@ with self;
TestPod TestPod
TestPodCoverage TestPodCoverage
]; ];
meta = with lib; { meta = {
description = "Perl bindings to the msgpack C library"; description = "Perl bindings to the msgpack C library";
homepage = "https://github.com/jacquesg/p5-MsgPack-Raw"; homepage = "https://github.com/jacquesg/p5-MsgPack-Raw";
license = with licenses; [ license = with lib.licenses; [
gpl1Plus # or gpl1Plus # or
artistic1 artistic1
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
}; };
@@ -24927,14 +24927,14 @@ with self;
]; ];
# TODO: fix tests # TODO: fix tests
doCheck = false; doCheck = false;
meta = with lib; { meta = {
description = "Perl bindings for Neovim"; description = "Perl bindings for Neovim";
homepage = "https://github.com/jacquesg/p5-Neovim-Ext"; homepage = "https://github.com/jacquesg/p5-Neovim-Ext";
license = with licenses; [ license = with lib.licenses; [
gpl1Plus # or gpl1Plus # or
artistic1 artistic1
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
}; };