maintainers: drop pimeys
No activity since October 2024.
This commit is contained in:
parent
92cd128b80
commit
cb1c1c2413
@ -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";
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -59,7 +59,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
pstn
|
||||
pimeys
|
||||
];
|
||||
mainProgram = "conduit";
|
||||
};
|
||||
|
@ -72,7 +72,6 @@ rustPlatform.buildRustPackage rec {
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "prisma";
|
||||
maintainers = with maintainers; [
|
||||
pimeys
|
||||
tomhoule
|
||||
aqrln
|
||||
];
|
||||
|
@ -51,7 +51,6 @@ buildGoModule rec {
|
||||
homepage = "https://www.planetscale.com/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
pimeys
|
||||
kashw2
|
||||
];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user