maintainers: remove bmanuel (#445609)
This commit is contained in:
@@ -3510,12 +3510,6 @@
|
||||
githubId = 52386117;
|
||||
name = "Blusk";
|
||||
};
|
||||
bmanuel = {
|
||||
name = "Benjamin Manuel";
|
||||
email = "ben@benmanuel.com";
|
||||
github = "bmanuel";
|
||||
githubId = 3662307;
|
||||
};
|
||||
bmilanov = {
|
||||
name = "Biser Milanov";
|
||||
email = "bmilanov11+nixpkgs@gmail.com";
|
||||
|
||||
@@ -62,6 +62,6 @@ buildGoModule rec {
|
||||
description = "Tool for directly patching vulnerabilities in container images";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "copa";
|
||||
maintainers = with lib.maintainers; [ bmanuel ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,10 +53,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Tool to improve keyboard comfort and usability with advanced customization";
|
||||
homepage = "https://github.com/jtroo/kanata";
|
||||
license = licenses.lgpl3Only;
|
||||
maintainers = with maintainers; [
|
||||
bmanuel
|
||||
linj
|
||||
];
|
||||
maintainers = with maintainers; [ linj ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "kanata";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user