gpg: include "revoked" key trust

This commit is contained in:
Marek Marczykowski-Górecki 2021-05-06 22:08:07 +02:00 committed by Megan Wilhite
parent 4db9e6a69f
commit 8ca87be64a
2 changed files with 2 additions and 0 deletions

1
changelog/54347.fixed Normal file
View file

@ -0,0 +1 @@
Fixed listing revoked keys with gpg.list_keys

View file

@ -35,6 +35,7 @@ LETTER_TRUST_DICT = {
"f": "Fully Trusted",
"m": "Marginally Trusted",
"u": "Ultimately Trusted",
"r": "Revoked",
"-": "Unknown",
}