change booleans to true and false for YAML

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Austin Lucas Lake 2024-05-09 21:48:27 -07:00 committed by Austin Lucas Lake
parent f2b71ac547
commit 0cc57047c0
No known key found for this signature in database
GPG key ID: 6A37FA54CFCFA4DB

View file

@ -78,7 +78,7 @@ deleted_keys:
"public_key": "zsBNBFayYZ...",
"emails": [],
"can_sign": False,
"can_encrypt_comms": True,
"can_encrypt_comms": true,
"can_encrypt_storage": True,
"can_certify": False,
"created_at": "2016-03-24T11:31:04-06:00",