diff options
author | 2025-05-21 19:37:59 -0700 | |
---|---|---|
committer | 2025-05-21 19:37:59 -0700 | |
commit | e349cd01f274714224db358fcefe9976018be75b (patch) | |
tree | 1473767a8f93585b729bc2f1d20182a4b1a7575e /src/config.h | |
parent | 4fb34631a265b549852a858769f24306f2b6b817 (diff) | |
download | github-mirror-0.2.0.tar.gz github-mirror-0.2.0.tar.zst github-mirror-0.2.0.zip |
Change name from `github_mirror` to `github-mirror`v0.2.0
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
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[]; |