Skip to content

Commit 6ce2538

Browse files
committed
Update username and server domain
1 parent 8578619 commit 6ce2538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ If you're curious about that task, it is implemented in `buildSrc`.
114114
Developers
115115
----------
116116

117-
- Project Owner - [**@DemonWav** - Kyle Wood](https://github.com/DemonWav)
117+
- Project Owner - [**@DenWav** - Kyle Wood](https://github.com/DenWav)
118118
- [**@Minecrell**](https://github.com/Minecrell)
119119
- [**@PaleoCrafter** - Marvin Rösch](https://github.com/PaleoCrafter)
120120
- [**@RedNesto**](https://github.com/RedNesto)

src/main/kotlin/errorreporter/AnonymousFeedback.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object AnonymousFeedback {
2929

3030
data class FeedbackData(val url: String, val token: Int, val isDuplicate: Boolean)
3131

32-
const val url = "https://www.demonwav.com/errorReport"
32+
const val url = "https://www.denwav.dev/errorReport"
3333

3434
fun sendFeedback(
3535
factory: HttpConnectionFactory,

0 commit comments

Comments
 (0)