summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index aacf417..eb133b4 100644
--- a/src/config.h
+++ b/src/config.h
@@ -8,7 +8,7 @@
#include <stdlib.h>
#define GH_DEFAULT_ENDPOINT "https://api.github.com/graphql"
-#define GH_DEFAULT_USER_AGENT "github_mirror/" GITHUB_MIRROR_VERSION
+#define GH_DEFAULT_USER_AGENT "github-mirror/" GITHUB_MIRROR_VERSION
extern const char *config_locations[];