mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-11 22:52:47 +01:00
wkd: Don't beg for donations
* tools/gpg-wks-server.c (send_congratulation_message): Remove donation hint from message. --
This commit is contained in:
parent
c7fa4c7f8b
commit
038136ea48
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user