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

maintainers: remove federicoschonborn
This commit is contained in:
Weijia Wang 2024-04-27 02:07:25 +02:00 committed by GitHub
commit 3c81e4475a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 6 additions and 17 deletions

View File

@ -6504,16 +6504,6 @@
githubId = 541748; githubId = 541748;
name = "Felipe Espinoza"; name = "Felipe Espinoza";
}; };
federicoschonborn = {
name = "Federico Damián Schonborn";
email = "federicoschonborn@disroot.org";
github = "FedericoSchonborn";
githubId = 62166915;
matrix = "@FedericoDSchonborn:matrix.org";
keys = [
{ fingerprint = "C43F 4052 D289 3B73 33F8 0259 E4F6 F544 DE9E 29E8"; }
];
};
fedx-sudo = { fedx-sudo = {
email = "fedx-sudo@pm.me"; email = "fedx-sudo@pm.me";
github = "FedX-sudo"; github = "FedX-sudo";

View File

@ -98,7 +98,6 @@ with lib.maintainers; {
budgie = { budgie = {
members = [ members = [
bobby285271 bobby285271
federicoschonborn
]; ];
scope = "Maintain Budgie desktop environment"; scope = "Maintain Budgie desktop environment";
shortName = "Budgie"; shortName = "Budgie";

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
homepage = "https://valent.andyholmes.ca"; homepage = "https://valent.andyholmes.ca";
changelog = "https://github.com/andyholmes/valent/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/andyholmes/valent/blob/${src.rev}/CHANGELOG.md";
license = with lib.licenses; [ gpl3Plus cc0 cc-by-sa-30 ]; license = with lib.licenses; [ gpl3Plus cc0 cc-by-sa-30 ];
maintainers = with lib.maintainers; [ aleksana federicoschonborn ]; maintainers = with lib.maintainers; [ aleksana ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -154,7 +154,7 @@ stdenv'.mkDerivation (finalAttrs: {
description = "Like neofetch, but much faster because written in C"; description = "Like neofetch, but much faster because written in C";
homepage = "https://github.com/fastfetch-cli/fastfetch"; homepage = "https://github.com/fastfetch-cli/fastfetch";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gerg-l khaneliman federicoschonborn ]; maintainers = with lib.maintainers; [ gerg-l khaneliman ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
mainProgram = "fastfetch"; mainProgram = "fastfetch";
}; };

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Simple GUI that displays the protocols implemented by a Wayland compositor"; description = "Simple GUI that displays the protocols implemented by a Wayland compositor";
homepage = "https://gitlab.freedesktop.org/serebit/waycheck"; homepage = "https://gitlab.freedesktop.org/serebit/waycheck";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ julienmalka federicoschonborn ]; maintainers = with lib.maintainers; [ julienmalka ];
mainProgram = "waycheck"; mainProgram = "waycheck";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = "https://valent.andyholmes.ca/"; homepage = "https://valent.andyholmes.ca/";
changelog = "https://github.com/andyholmes/gnome-shell-extension-valent/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/andyholmes/gnome-shell-extension-valent/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ federicoschonborn ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -34,6 +34,6 @@ mkXfceDerivation {
meta = { meta = {
description = "Windowing concept abstraction library for X11 and Wayland"; description = "Windowing concept abstraction library for X11 and Wayland";
license = lib.licenses.lgpl21Plus; license = lib.licenses.lgpl21Plus;
maintainers = lib.teams.xfce.members ++ [ lib.maintainers.federicoschonborn ]; maintainers = lib.teams.xfce.members;
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/ibireme/yyjson"; homepage = "https://github.com/ibireme/yyjson";
changelog = "https://github.com/ibireme/yyjson/blob/${finalAttrs.src.rev}/CHANGELOG.md"; changelog = "https://github.com/ibireme/yyjson/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ federicoschonborn ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
}) })