maintainers: remove federicoschonborn

Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>

+6 -17
-10
maintainers/maintainer-list.nix
··· 6492 6492 githubId = 541748; 6493 6493 name = "Felipe Espinoza"; 6494 6494 }; 6495 - federicoschonborn = { 6496 - name = "Federico Damián Schonborn"; 6497 - email = "federicoschonborn@disroot.org"; 6498 - github = "FedericoSchonborn"; 6499 - githubId = 62166915; 6500 - matrix = "@FedericoDSchonborn:matrix.org"; 6501 - keys = [ 6502 - { fingerprint = "C43F 4052 D289 3B73 33F8 0259 E4F6 F544 DE9E 29E8"; } 6503 - ]; 6504 - }; 6505 6495 fedx-sudo = { 6506 6496 email = "fedx-sudo@pm.me"; 6507 6497 github = "FedX-sudo";
-1
maintainers/team-list.nix
··· 99 99 budgie = { 100 100 members = [ 101 101 bobby285271 102 - federicoschonborn 103 102 ]; 104 103 scope = "Maintain Budgie desktop environment"; 105 104 shortName = "Budgie";
+1 -1
pkgs/applications/misc/valent/default.nix
··· 83 83 homepage = "https://valent.andyholmes.ca"; 84 84 changelog = "https://github.com/andyholmes/valent/blob/${src.rev}/CHANGELOG.md"; 85 85 license = with lib.licenses; [ gpl3Plus cc0 cc-by-sa-30 ]; 86 - maintainers = with lib.maintainers; [ aleksana federicoschonborn ]; 86 + maintainers = with lib.maintainers; [ aleksana ]; 87 87 platforms = lib.platforms.linux; 88 88 }; 89 89 }
+1 -1
pkgs/by-name/fa/fastfetch/package.nix
··· 154 154 description = "Like neofetch, but much faster because written in C"; 155 155 homepage = "https://github.com/fastfetch-cli/fastfetch"; 156 156 license = lib.licenses.mit; 157 - maintainers = with lib.maintainers; [ gerg-l khaneliman federicoschonborn ]; 157 + maintainers = with lib.maintainers; [ gerg-l khaneliman ]; 158 158 platforms = lib.platforms.all; 159 159 mainProgram = "fastfetch"; 160 160 };
+1 -1
pkgs/by-name/wa/waycheck/package.nix
··· 52 52 description = "Simple GUI that displays the protocols implemented by a Wayland compositor"; 53 53 homepage = "https://gitlab.freedesktop.org/serebit/waycheck"; 54 54 license = lib.licenses.asl20; 55 - maintainers = with lib.maintainers; [ julienmalka federicoschonborn ]; 55 + maintainers = with lib.maintainers; [ julienmalka ]; 56 56 mainProgram = "waycheck"; 57 57 platforms = lib.platforms.linux; 58 58 };
+1 -1
pkgs/desktops/gnome/extensions/valent/default.nix
··· 31 31 homepage = "https://valent.andyholmes.ca/"; 32 32 changelog = "https://github.com/andyholmes/gnome-shell-extension-valent/blob/${src.rev}/CHANGELOG.md"; 33 33 license = lib.licenses.gpl3Plus; 34 - maintainers = with lib.maintainers; [ federicoschonborn ]; 34 + maintainers = with lib.maintainers; [ ]; 35 35 platforms = lib.platforms.linux; 36 36 }; 37 37 }
+1 -1
pkgs/desktops/xfce/core/libxfce4windowing/default.nix
··· 34 34 meta = { 35 35 description = "Windowing concept abstraction library for X11 and Wayland"; 36 36 license = lib.licenses.lgpl21Plus; 37 - maintainers = lib.teams.xfce.members ++ [ lib.maintainers.federicoschonborn ]; 37 + maintainers = lib.teams.xfce.members; 38 38 }; 39 39 }
+1 -1
pkgs/development/libraries/yyjson/default.nix
··· 24 24 homepage = "https://github.com/ibireme/yyjson"; 25 25 changelog = "https://github.com/ibireme/yyjson/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 26 26 license = lib.licenses.mit; 27 - maintainers = with lib.maintainers; [ federicoschonborn ]; 27 + maintainers = with lib.maintainers; [ ]; 28 28 platforms = lib.platforms.all; 29 29 }; 30 30 })