maintainers: drop pimeys

No activity since October 2024.
This commit is contained in:
Wolfgang Walther 2025-07-05 17:31:26 +02:00
parent 92cd128b80
commit cb1c1c2413
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
6 changed files with 2 additions and 11 deletions

View File

@ -19823,12 +19823,6 @@
github = "pilz0";
githubId = 48645439;
};
pimeys = {
email = "julius@nauk.io";
github = "pimeys";
githubId = 34967;
name = "Julius de Bruijn";
};
pinage404 = {
email = "pinage404+nixpkgs@gmail.com";
github = "pinage404";

View File

@ -48,6 +48,6 @@ melpaBuild {
meta = {
description = "Core APIs of the Emacs binding for tree-sitter";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pimeys ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/awslabs/dynein";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ pimeys ];
maintainers = with maintainers; [ ];
};
}

View File

@ -59,7 +59,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
pstn
pimeys
];
mainProgram = "conduit";
};

View File

@ -72,7 +72,6 @@ rustPlatform.buildRustPackage rec {
platforms = platforms.unix;
mainProgram = "prisma";
maintainers = with maintainers; [
pimeys
tomhoule
aqrln
];

View File

@ -51,7 +51,6 @@ buildGoModule rec {
homepage = "https://www.planetscale.com/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
pimeys
kashw2
];
};