treewide: remove ercao from maintainer list
As per https://github.com/NixOS/nixpkgs/pull/423149#issuecomment-3075285143
This commit is contained in:
parent
3e086ec3b8
commit
9b7213a788
@ -7609,13 +7609,6 @@
|
||||
githubId = 147284;
|
||||
name = "Jason Felice";
|
||||
};
|
||||
ercao = {
|
||||
email = "vip@ercao.cn";
|
||||
github = "O8888";
|
||||
githubId = 51725284;
|
||||
name = "ercao";
|
||||
keys = [ { fingerprint = "F3B0 36F7 B0CB 0964 3C12 D3C7 FFAB D125 7ECF 0889"; } ];
|
||||
};
|
||||
erdnaxe = {
|
||||
email = "erdnaxe@crans.org";
|
||||
github = "erdnaxe";
|
||||
|
||||
@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/neetly/figma-agent-linux";
|
||||
description = "Figma Agent for Linux (a.k.a. Font Helper)";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ ercao ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "figma-agent";
|
||||
};
|
||||
}
|
||||
|
||||
@ -84,7 +84,6 @@ buildNpmPackage (finalAttrs: {
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
ercao
|
||||
kashw2
|
||||
];
|
||||
mainProgram = "figma-linux";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user