wkd: Don't beg for donations

* tools/gpg-wks-server.c (send_congratulation_message): Remove
donation hint from message.
--
This commit is contained in:
Werner Koch 2021-12-20 17:04:32 +01:00
parent c7fa4c7f8b
commit 038136ea48
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 3 additions and 3 deletions

View File

@ -1280,10 +1280,10 @@ send_congratulation_message (const char *mbox, const char *keyfile)
"\n" "\n"
"Best regards\n" "Best regards\n"
"\n" "\n"
" Gnu Key Publisher\n\n\n" " GnuPG Key Publisher\n\n\n"
"-- \n" "-- \n"
"The GnuPG Project welcomes donations: %s\n", "For information on GnuPG see: %s\n",
mbox, "https://gnupg.org/donate"); mbox, "https://gnupg.org");
es_rewind (body); es_rewind (body);
err = encrypt_stream (&bodyenc, body, keyfile); err = encrypt_stream (&bodyenc, body, keyfile);