maintainers: drop laurent-f1z1 (#492459)

This commit is contained in:
Michael Daniels
2026-02-27 22:14:51 +00:00
committed by GitHub
10 changed files with 8 additions and 16 deletions
-6
View File
@@ -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";
@@ -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 = [ ];
};
};
@@ -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 = [ ];
};
}
-1
View File
@@ -28,7 +28,6 @@ stdenvNoCC.mkDerivation {
mainProgram = "bemoji";
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
laurent-f1z1
MrSom3body
];
};
@@ -41,7 +41,6 @@ buildGoModule (finalAttrs: {
meta = {
mainProgram = "pages";
maintainers = with lib.maintainers; [
laurent-f1z1
christoph-heiss
];
license = lib.licenses.eupl12;
+1 -1
View File
@@ -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";
};
})
@@ -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 = [ ];
};
}
@@ -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 = [ ];
};
}
@@ -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 = [ ];
};
}
@@ -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 = [ ];
};
}