Merge pull request #180 from Starman0620/master

Change all references to me to use my real name
pull/276/head
AlexandreRouma 2021-07-23 19:39:53 +02:00 zatwierdzone przez GitHub
commit 26dedec561
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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*);
}
}

Wyświetl plik

@ -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
}
}

Wyświetl plik

@ -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)