diff --git a/core/src/credits.cpp b/core/src/credits.cpp index 25d4a90..4fc3b94 100644 --- a/core/src/credits.cpp +++ b/core/src/credits.cpp @@ -16,7 +16,7 @@ namespace sdrpp_credits { "Maxime Biette", "Paulo Matias", "Raov", - "Starman0620", + "Cam K.", "Szymon Zakrent", "Tobias Mädel", "Zimm" @@ -47,4 +47,4 @@ namespace sdrpp_credits { const int contributorCount = sizeof(contributors) / sizeof(char*); const int libraryCount = sizeof(libraries) / sizeof(char*); const int patronCount = sizeof(patrons) / sizeof(char*); -} \ No newline at end of file +} diff --git a/discord_integration/src/main.cpp b/discord_integration/src/main.cpp index c33ca5c..ae2b5f3 100644 --- a/discord_integration/src/main.cpp +++ b/discord_integration/src/main.cpp @@ -11,7 +11,7 @@ SDRPP_MOD_INFO { /* Name: */ "discord_integration", /* Description: */ "Discord Rich Presence module for SDR++", - /* Author: */ "Starman0620;Ryzerth", + /* Author: */ "Cam K.;Ryzerth", /* Version: */ 0, 0, 2, /* Max instances */ 1 }; @@ -159,4 +159,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(void* instance) { MOD_EXPORT void _END_() { // Nothing here -} \ No newline at end of file +} diff --git a/readme.md b/readme.md index f4169e6..ebdc8d3 100644 --- a/readme.md +++ b/readme.md @@ -370,7 +370,7 @@ I will soon publish a contributing.md listing the code style to use. * [Maxime Biette](https://github.com/mbiette) * [Paulo Matias](https://github.com/thotypous) * [Raov](https://twitter.com/raov_birbtog) -* [Starman0620](https://github.com/Starman0620) +* [Cam K.](https://github.com/Starman0620) * [Syne Ardwin (WI9SYN)](https://esaille.me/) * [Szymon Zakrent](https://github.com/zakrent) * [Tobias Mädel](https://github.com/Manawyrm)