bpb: remove myself from maintainers

Git 2.34 allows using OpenSSH keys for signing commits:
https://github.com/community/community/discussions/7744

+1 -1
+1 -1
pkgs/tools/security/bpb/default.nix
··· 27 description = "Tool to automatically sign git commits, replacing gpg for that purpose"; 28 homepage = "https://github.com/withoutboats/bpb"; 29 license = licenses.mit; 30 - maintainers = with maintainers; [ jtojnar ]; 31 }; 32 }
··· 27 description = "Tool to automatically sign git commits, replacing gpg for that purpose"; 28 homepage = "https://github.com/withoutboats/bpb"; 29 license = licenses.mit; 30 + maintainers = with maintainers; [ ]; 31 }; 32 }