diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index dae9e5124d63..141a79b38442 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -13499,6 +13499,12 @@ githubId = 72201; name = "Ole Jørgen Brønner"; }; + oliver-koss = { + email = "oliver.koss06@gmail.com"; + github = "oliver-koss"; + githubId = 39134647; + name = "Oliver Koss"; + }; ollieB = { github = "oliverbunting"; githubId = 1237862; diff --git a/pkgs/applications/radio/qlog/default.nix b/pkgs/applications/radio/qlog/default.nix index 098b51954a4e..03add3ba34f9 100644 --- a/pkgs/applications/radio/qlog/default.nix +++ b/pkgs/applications/radio/qlog/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { description = "Amateur radio logbook software"; license = with licenses; [ gpl3Only ]; homepage = "https://github.com/foldynl/QLog"; - maintainers = with maintainers; [ mkg20001 ]; + maintainers = with maintainers; [ oliver-koss mkg20001 ]; platforms = with platforms; unix; }; }