maintainers: remove bmanuel (#445609)

authored by pyrox.dev and committed by GitHub 2e6dd569 4dea8c29

+2 -11
-6
maintainers/maintainer-list.nix
··· 3510 3510 githubId = 52386117; 3511 3511 name = "Blusk"; 3512 3512 }; 3513 - bmanuel = { 3514 - name = "Benjamin Manuel"; 3515 - email = "ben@benmanuel.com"; 3516 - github = "bmanuel"; 3517 - githubId = 3662307; 3518 - }; 3519 3513 bmilanov = { 3520 3514 name = "Biser Milanov"; 3521 3515 email = "bmilanov11+nixpkgs@gmail.com";
+1 -1
pkgs/by-name/co/copacetic/package.nix
··· 62 62 description = "Tool for directly patching vulnerabilities in container images"; 63 63 license = lib.licenses.asl20; 64 64 mainProgram = "copa"; 65 - maintainers = with lib.maintainers; [ bmanuel ]; 65 + maintainers = with lib.maintainers; [ ]; 66 66 }; 67 67 }
+1 -4
pkgs/by-name/ka/kanata/package.nix
··· 53 53 description = "Tool to improve keyboard comfort and usability with advanced customization"; 54 54 homepage = "https://github.com/jtroo/kanata"; 55 55 license = licenses.lgpl3Only; 56 - maintainers = with maintainers; [ 57 - bmanuel 58 - linj 59 - ]; 56 + maintainers = with maintainers; [ linj ]; 60 57 platforms = platforms.unix; 61 58 mainProgram = "kanata"; 62 59 };