maintainers: remove bmanuel (#445609)

This commit is contained in:
dish
2025-09-23 19:20:31 +00:00
committed by GitHub
3 changed files with 2 additions and 11 deletions
-6
View File
@@ -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";
+1 -1
View File
@@ -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; [ ];
};
}
+1 -4
View File
@@ -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";
};