diff --git a/pkgs/applications/audio/friture/default.nix b/pkgs/applications/audio/friture/default.nix index 42ed94294619..c838f3779553 100644 --- a/pkgs/applications/audio/friture/default.nix +++ b/pkgs/applications/audio/friture/default.nix @@ -53,6 +53,6 @@ in py.buildPythonApplication rec { homepage = "https://friture.org/"; license = licenses.gpl3; platforms = platforms.linux; # fails on Darwin - maintainers = [ maintainers.laikq ]; + maintainers = with maintainers; [ laikq alyaeanyx ]; }; }