]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - rounds/gemini.go
Raise copyright years
[tofuproxy.git] / rounds / gemini.go
index b3ed3205f2aabdc974a75407285aba429a4babb2..5c831d4e523ece81d6d40febdc21407ea7c166bf 100644 (file)
@@ -1,7 +1,7 @@
 /*
 tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU
              manager, WARC/geminispace browser
-Copyright (C) 2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -155,7 +155,7 @@ func RoundGemini(
                        fmt.Sprintf(
                                `<!DOCTYPE html>
 <html><head><title>%d (%s) redirection</title></head>
-<body>Redirection to <a href="%s">%s</a></body></html>`,
+<body><a href="%s">%s</a></body></html>`,
                                code, codeName, u, u,
                        )))
                fifos.LogRedir <- fmt.Sprintf(