diff options
author | Werner Koch <[email protected]> | 2021-12-20 16:04:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-12-20 18:34:34 +0000 |
commit | 038136ea48ae8963dd89c7e1999d640a112dd791 (patch) | |
tree | d5532f8c023d3dc1cdf1222d5efd3020ebbb6196 /tools/gpg-wks-server.c | |
parent | dirmngr: Ask keyservers to provide the key fingerprints (diff) | |
download | gnupg-038136ea48ae8963dd89c7e1999d640a112dd791.tar.gz gnupg-038136ea48ae8963dd89c7e1999d640a112dd791.zip |
wkd: Don't beg for donations
* tools/gpg-wks-server.c (send_congratulation_message): Remove
donation hint from message.
--
Diffstat (limited to 'tools/gpg-wks-server.c')
-rw-r--r-- | tools/gpg-wks-server.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gpg-wks-server.c b/tools/gpg-wks-server.c index cbec9f82c..2ea5d9117 100644 --- a/tools/gpg-wks-server.c +++ b/tools/gpg-wks-server.c @@ -1280,10 +1280,10 @@ send_congratulation_message (const char *mbox, const char *keyfile) "\n" "Best regards\n" "\n" - " Gnu Key Publisher\n\n\n" + " GnuPG Key Publisher\n\n\n" "-- \n" - "The GnuPG Project welcomes donations: %s\n", - mbox, "https://gnupg.org/donate"); + "For information on GnuPG see: %s\n", + mbox, "https://gnupg.org"); es_rewind (body); err = encrypt_stream (&bodyenc, body, keyfile); |