aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/gpg-wks-server.c6
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);