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:
parent
c65cfb6ad6
commit
cf970cbada
1 changed files with 1 additions and 1 deletions
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue