Skip to content

Commit c02e751

Browse files
committed
change last remnant of old contact emails
1 parent ceacc2e commit c02e751

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/org/hyacinthbots/allium/utils

1 file changed

+1
-1
lines changed

src/main/kotlin/org/hyacinthbots/allium/utils/_Utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private val client = HttpClient {
2727
json(Json { ignoreUnknownKeys = true })
2828
}
2929
install(UserAgent) {
30-
agent = "hyacinthbots/allium/$BUILD (contact@jansel.moe)"
30+
agent = "hyacinthbots/allium/$BUILD (contact@jansel.dev)"
3131
}
3232
}
3333

0 commit comments

Comments
 (0)