Merge pull request #307054 from FedericoSchonborn/maintainers-remove-federicoschonborn

maintainers: remove federicoschonborn

authored by Weijia Wang and committed by GitHub 3c81e447 47836e2b

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