Skip to content

Commit a16c5fb

Browse files
committed
fix: use example.com in daedalus request util
1 parent 7547ca9 commit a16c5fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/daedalus_client/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lazy_static::lazy_static! {
4242
pub static ref REQWEST_CLIENT: reqwest::Client = {
4343
let mut headers = reqwest::header::HeaderMap::new();
4444
if let Ok(header) = reqwest::header::HeaderValue::from_str(&format!(
45-
"modrinth/daedalus/{} (support@modrinth.com)",
45+
"modrinth/daedalus/{} (support@example.com)",
4646
env!("CARGO_PKG_VERSION")
4747
)) {
4848
headers.insert(reqwest::header::USER_AGENT, header);

0 commit comments

Comments
 (0)