diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 9b47bd505228..30d0d618f687 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -14748,12 +14748,6 @@ githubId = 621759; name = "Lassulus"; }; - laurent-f1z1 = { - email = "laurent.nixpkgs@fainsin.bzh"; - github = "Laurent2916"; - githubId = 21087104; - name = "Laurent Fainsin"; - }; lavafroth = { email = "lavafroth@protonmail.com"; github = "lavafroth"; diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 45cc1a357222..0ddc82509d78 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -896,7 +896,7 @@ let downloadPage = "https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-icons"; homepage = "https://github.com/catppuccin/vscode-icons"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.laurent-f1z1 ]; + maintainers = [ ]; }; }; }; @@ -4149,7 +4149,7 @@ let downloadPage = "https://marketplace.visualstudio.com/items?itemName=seatonjiang.gitmoji-vscode"; homepage = "https://github.com/seatonjiang/gitmoji-vscode/"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.laurent-f1z1 ]; + maintainers = [ ]; }; }; diff --git a/pkgs/applications/editors/vscode/extensions/github.copilot-chat/default.nix b/pkgs/applications/editors/vscode/extensions/github.copilot-chat/default.nix index 7f239c594d7e..2b3c69355a0e 100644 --- a/pkgs/applications/editors/vscode/extensions/github.copilot-chat/default.nix +++ b/pkgs/applications/editors/vscode/extensions/github.copilot-chat/default.nix @@ -16,6 +16,6 @@ vscode-utils.buildVscodeMarketplaceExtension { downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat"; homepage = "https://github.com/features/copilot"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.laurent-f1z1 ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/be/bemoji/package.nix b/pkgs/by-name/be/bemoji/package.nix index 8621195173bb..844f3e139022 100644 --- a/pkgs/by-name/be/bemoji/package.nix +++ b/pkgs/by-name/be/bemoji/package.nix @@ -28,7 +28,6 @@ stdenvNoCC.mkDerivation { mainProgram = "bemoji"; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ - laurent-f1z1 MrSom3body ]; }; diff --git a/pkgs/by-name/co/codeberg-pages/package.nix b/pkgs/by-name/co/codeberg-pages/package.nix index c8316c4998ae..542b77a6909f 100644 --- a/pkgs/by-name/co/codeberg-pages/package.nix +++ b/pkgs/by-name/co/codeberg-pages/package.nix @@ -41,7 +41,6 @@ buildGoModule (finalAttrs: { meta = { mainProgram = "pages"; maintainers = with lib.maintainers; [ - laurent-f1z1 christoph-heiss ]; license = lib.licenses.eupl12; diff --git a/pkgs/by-name/ok/okolors/package.nix b/pkgs/by-name/ok/okolors/package.nix index 3441467b57ee..bfc88abaad6e 100644 --- a/pkgs/by-name/ok/okolors/package.nix +++ b/pkgs/by-name/ok/okolors/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Generate a color palette from an image using k-means clustering in the Oklab color space"; homepage = "https://github.com/Ivordir/Okolors"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ laurent-f1z1 ]; + maintainers = [ ]; mainProgram = "okolors"; }; }) diff --git a/pkgs/development/python-modules/fugashi/default.nix b/pkgs/development/python-modules/fugashi/default.nix index ee674751a551..240c346ffdf1 100644 --- a/pkgs/development/python-modules/fugashi/default.nix +++ b/pkgs/development/python-modules/fugashi/default.nix @@ -56,6 +56,6 @@ buildPythonPackage rec { homepage = "https://github.com/polm/fugashi"; changelog = "https://github.com/polm/fugashi/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ laurent-f1z1 ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/ipadic/default.nix b/pkgs/development/python-modules/ipadic/default.nix index 66ede8df3100..1a1bcd7743d3 100644 --- a/pkgs/development/python-modules/ipadic/default.nix +++ b/pkgs/development/python-modules/ipadic/default.nix @@ -34,6 +34,6 @@ buildPythonPackage rec { description = "Contemporary Written Japanese dictionary"; homepage = "https://github.com/polm/ipadic-py"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ laurent-f1z1 ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/manga-ocr/default.nix b/pkgs/development/python-modules/manga-ocr/default.nix index 5e4d9ac98dec..5cc8af9b270d 100644 --- a/pkgs/development/python-modules/manga-ocr/default.nix +++ b/pkgs/development/python-modules/manga-ocr/default.nix @@ -52,6 +52,6 @@ buildPythonPackage rec { homepage = "https://github.com/kha-white/manga-ocr"; changelog = "https://github.com/kha-white/manga-ocr/releases/tag/${src.tag}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ laurent-f1z1 ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/unidic/default.nix b/pkgs/development/python-modules/unidic/default.nix index 4680cbdc0f86..56c570af47e7 100644 --- a/pkgs/development/python-modules/unidic/default.nix +++ b/pkgs/development/python-modules/unidic/default.nix @@ -54,6 +54,6 @@ buildPythonPackage rec { description = "Contemporary Written Japanese dictionary"; homepage = "https://github.com/polm/unidic-py"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ laurent-f1z1 ]; + maintainers = [ ]; }; }