diff options
author | fxqnlr <[email protected]> | 2024-09-04 15:08:55 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-09-04 15:08:55 +0200 |
commit | 11e64fc7560de3cd0def718edf68c31e3dc8be72 (patch) | |
tree | f14ad1eb3d349e1f95e4d69c251e79ac85786a64 /src/apis/modrinth.rs | |
parent | 7a85cf311c85ab45c75098dae58b5ebf5fef60bc (diff) | |
download | modlist-11e64fc7560de3cd0def718edf68c31e3dc8be72.tar modlist-11e64fc7560de3cd0def718edf68c31e3dc8be72.tar.gz modlist-11e64fc7560de3cd0def718edf68c31e3dc8be72.zip |
move stuff around, remove lib.rs for overview
Diffstat (limited to 'src/apis/modrinth.rs')
-rw-r--r-- | src/apis/modrinth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apis/modrinth.rs b/src/apis/modrinth.rs index 7cdc719..7f1fb52 100644 --- a/src/apis/modrinth.rs +++ b/src/apis/modrinth.rs | |||
@@ -139,7 +139,7 @@ async fn get( | |||
139 | 139 | ||
140 | let client = Client::builder() | 140 | let client = Client::builder() |
141 | .user_agent(format!( | 141 | .user_agent(format!( |
142 | "fxqnlr/modlistcli/{} ([email protected])", | 142 | "fxqnlr/modlist/{} ([email protected])", |
143 | env!("CARGO_PKG_VERSION") | 143 | env!("CARGO_PKG_VERSION") |
144 | )) | 144 | )) |
145 | .build()?; | 145 | .build()?; |