summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--http/client/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/client/client.go b/http/client/client.go
index 4df5561..e5678c7 100644
--- a/http/client/client.go
+++ b/http/client/client.go
@@ -25,6 +25,6 @@ func Get(url string) (*http.Response, error) {
// Add default headers for the peach http client.
func buildHeaders(req *http.Request) *http.Request {
req.Header.Set("User-Agent", "peach/"+version.Version+
- " ricketyspace.net/contact")
+ " ricketyspace.net/peach")
return req
}