Unverified Commit d1e904b5 authored by Benjamin Manuel's avatar Benjamin Manuel
Browse files

maintainers: remove bmanuel

parent 738ff237
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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";
  };