From 8e475eb88cfcc81c8cde1cc7da5b59679d994610 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 10 Nov 2020 06:57:58 -0500 Subject: [PATCH] Update user agent --- tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt b/tt index 5ea77b2..0a8d43c 100755 --- a/tt +++ b/tt @@ -129,7 +129,7 @@ (define (main) (setup-logging) (current-http-response-auto #f) - (current-http-user-agent "tt 0.0.0") + (current-http-user-agent "xandkar/tt 0.0.0") (date-display-format 'rfc2822) (define feeds (we-are-twtxt)) -- 2.20.1