diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix index 0483882ccb09..83b765170b57 100644 --- a/pkgs/applications/audio/pithos/default.nix +++ b/pkgs/applications/audio/pithos/default.nix @@ -30,6 +30,6 @@ pythonPackages.buildPythonPackage rec { description = "Pandora Internet Radio player for GNOME"; homepage = http://pithos.github.io/; license = licenses.gpl3; - maintainers = with maintainers; [ obadz ]; + maintainers = with maintainers; [ obadz jgeerds ]; }; }