Merge pull request #297072 from FedericoSchonborn/add-federicoschonborn

maintainers: Add federicoschonborn back again

authored by Bobby Rong and committed by GitHub 2dcadb70 5171ed64

+30 -17
+10
maintainers/maintainer-list.nix
··· 6276 githubId = 541748; 6277 name = "Felipe Espinoza"; 6278 }; 6279 fedx-sudo = { 6280 email = "fedx-sudo@pm.me"; 6281 github = "FedX-sudo";
··· 6276 githubId = 541748; 6277 name = "Felipe Espinoza"; 6278 }; 6279 + federicoschonborn = { 6280 + name = "Federico Damián Schonborn"; 6281 + email = "federicoschonborn@disroot.org"; 6282 + github = "FedericoSchonborn"; 6283 + githubId = 62166915; 6284 + matrix = "@FedericoDSchonborn:matrix.org"; 6285 + keys = [ 6286 + { fingerprint = "C43F 4052 D289 3B73 33F8 0259 E4F6 F544 DE9E 29E8"; } 6287 + ]; 6288 + }; 6289 fedx-sudo = { 6290 email = "fedx-sudo@pm.me"; 6291 github = "FedX-sudo";
+1
maintainers/team-list.nix
··· 99 budgie = { 100 members = [ 101 bobby285271 102 ]; 103 scope = "Maintain Budgie desktop environment"; 104 shortName = "Budgie";
··· 99 budgie = { 100 members = [ 101 bobby285271 102 + federicoschonborn 103 ]; 104 scope = "Maintain Budgie desktop environment"; 105 shortName = "Budgie";
+2
nixos/modules/services/x11/desktop-managers/budgie.nix
··· 44 enableSshSocket = config.services.openssh.startWhenNeeded; 45 }; 46 in { 47 options = { 48 services.xserver.desktopManager.budgie = { 49 enable = mkEnableOption (mdDoc "the Budgie desktop");
··· 44 enableSshSocket = config.services.openssh.startWhenNeeded; 45 }; 46 in { 47 + meta.maintainers = lib.teams.budgie.members; 48 + 49 options = { 50 services.xserver.desktopManager.budgie = { 51 enable = mkEnableOption (mdDoc "the Budgie desktop");
+4 -4
pkgs/applications/misc/valent/default.nix
··· 60 "-Dvapi=false" 61 ]; 62 63 - meta = with lib; { 64 description = "An implementation of the KDE Connect protocol, built on GNOME platform libraries"; 65 mainProgram = "valent"; 66 longDescription = '' ··· 82 ''; 83 homepage = "https://valent.andyholmes.ca"; 84 changelog = "https://github.com/andyholmes/valent/blob/${src.rev}/CHANGELOG.md"; 85 - license = with licenses; [ gpl3Plus cc0 cc-by-sa-30 ]; 86 - maintainers = with maintainers; [ aleksana ]; 87 - platforms = platforms.linux; 88 }; 89 }
··· 60 "-Dvapi=false" 61 ]; 62 63 + meta = { 64 description = "An implementation of the KDE Connect protocol, built on GNOME platform libraries"; 65 mainProgram = "valent"; 66 longDescription = '' ··· 82 ''; 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 }
+4 -4
pkgs/by-name/wa/waycheck/package.nix
··· 47 --replace "update-desktop-database -q" "update-desktop-database $out/share/applications" 48 ''; 49 50 - meta = with lib; { 51 description = "Simple GUI that displays the protocols implemented by a Wayland compositor"; 52 homepage = "https://gitlab.freedesktop.org/serebit/waycheck"; 53 - license = licenses.asl20; 54 - maintainers = with maintainers; [ julienmalka ]; 55 mainProgram = "waycheck"; 56 - platforms = platforms.linux; 57 }; 58 })
··· 47 --replace "update-desktop-database -q" "update-desktop-database $out/share/applications" 48 ''; 49 50 + meta = { 51 description = "Simple GUI that displays the protocols implemented by a Wayland compositor"; 52 homepage = "https://gitlab.freedesktop.org/serebit/waycheck"; 53 + license = lib.licenses.asl20; 54 + maintainers = with lib.maintainers; [ julienmalka federicoschonborn ]; 55 mainProgram = "waycheck"; 56 + platforms = lib.platforms.linux; 57 }; 58 })
+4 -4
pkgs/desktops/gnome/extensions/valent/default.nix
··· 26 extensionPortalSlug = "valent"; 27 }; 28 29 - meta = with lib; { 30 description = "GNOME Shell integration for Valent"; 31 homepage = "https://valent.andyholmes.ca/"; 32 changelog = "https://github.com/andyholmes/gnome-shell-extension-valent/blob/${src.rev}/CHANGELOG.md"; 33 - license = licenses.gpl3Plus; 34 - maintainers = [ ]; 35 - platforms = platforms.linux; 36 }; 37 }
··· 26 extensionPortalSlug = "valent"; 27 }; 28 29 + meta = { 30 description = "GNOME Shell integration for Valent"; 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 }
+1 -1
pkgs/desktops/xfce/core/libxfce4windowing/default.nix
··· 13 meta = { 14 description = "Windowing concept abstraction library for X11 and Wayland"; 15 license = lib.licenses.lgpl21Plus; 16 - maintainers = lib.teams.xfce.members; 17 }; 18 }
··· 13 meta = { 14 description = "Windowing concept abstraction library for X11 and Wayland"; 15 license = lib.licenses.lgpl21Plus; 16 + maintainers = lib.teams.xfce.members ++ [ lib.maintainers.federicoschonborn ]; 17 }; 18 }
+3 -3
pkgs/development/libraries/yyjson/default.nix
··· 19 cmake 20 ]; 21 22 - meta = with lib; { 23 description = "The fastest JSON library in C"; 24 homepage = "https://github.com/ibireme/yyjson"; 25 changelog = "https://github.com/ibireme/yyjson/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 26 - license = licenses.mit; 27 - maintainers = with maintainers; [ ]; 28 }; 29 })
··· 19 cmake 20 ]; 21 22 + meta = { 23 description = "The fastest JSON library in C"; 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 }; 29 })
+1 -1
pkgs/tools/misc/fastfetch/default.nix
··· 151 description = "Like neofetch, but much faster because written in C"; 152 homepage = "https://github.com/fastfetch-cli/fastfetch"; 153 license = lib.licenses.mit; 154 - maintainers = with lib.maintainers; [ gerg-l khaneliman ]; 155 platforms = lib.platforms.all; 156 mainProgram = "fastfetch"; 157 };
··· 151 description = "Like neofetch, but much faster because written in C"; 152 homepage = "https://github.com/fastfetch-cli/fastfetch"; 153 license = lib.licenses.mit; 154 + maintainers = with lib.maintainers; [ gerg-l khaneliman federicoschonborn ]; 155 platforms = lib.platforms.all; 156 mainProgram = "fastfetch"; 157 };