summaryrefslogtreecommitdiff
path: root/src/apis
diff options
context:
space:
mode:
Diffstat (limited to 'src/apis')
-rw-r--r--src/apis/modrinth.rs2
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()?;