bpb: remove myself from maintainers

Git 2.34 allows using OpenSSH keys for signing commits:
https://github.com/community/community/discussions/7744
This commit is contained in:
Jan Tojnar 2022-10-26 20:45:18 +02:00
parent c65cfb6ad6
commit cf970cbada

View file

@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
description = "Tool to automatically sign git commits, replacing gpg for that purpose";
homepage = "https://github.com/withoutboats/bpb";
license = licenses.mit;
maintainers = with maintainers; [ jtojnar ];
maintainers = with maintainers; [ ];
};
}