From dd4ec22b39c4cb5edf2fef3b347eb34d1e7bcc32 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sat, 26 Dec 2020 23:12:09 +0100 Subject: [PATCH] + contributors list --- core/src/credits.cpp | 3 ++- readme.md | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core/src/credits.cpp b/core/src/credits.cpp index b3a9bebe..53b4df78 100644 --- a/core/src/credits.cpp +++ b/core/src/credits.cpp @@ -7,9 +7,10 @@ namespace sdrpp_credits { "Alexsey Shestacov", "Benjamin Kyd", "Cropinghigh", + "Howard0su", "Tobias Mädel", "Raov", - "Howard0su" + "Szymon Zakrent" }; const char* libraries[] = { diff --git a/readme.md b/readme.md index 18fef39e..bc9053fd 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ ![Screenshot](https://i.imgur.com/WejsiFN.png) SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use. -![CMake](https://github.com/AlexandreRouma/SDRPlusPlus/workflows/CMake/badge.svg) +![Linux Build](https://github.com/AlexandreRouma/SDRPlusPlus/workflows/Linux%20Build/badge.svg) * [Patreon](https://patreon.com/ryzerth) * [Discord Server](https://discord.gg/aFgWjyD) @@ -225,9 +225,11 @@ I will soon publish a contributing.md listing the code style to use. * [Alexsey Shestacov](https://github.com/wingrime) * [Benjamin Kyd](https://github.com/benkyd) * [cropinghigh](https://github.com/cropinghigh) +* [Howard0su](https://github.com/howard0su) * [Tobias Mädel](https://github.com/Manawyrm) * [Raov](https://twitter.com/raov_birbtog) -* [Howard0su](https://github.com/howard0su) +* [Szymon Zakrent](https://github.com/zakrent) + ## Libaries used * [SoapySDR (PothosWare)](https://github.com/pothosware/SoapySDR)