diff --git a/pkgs/applications/audio/opustags/default.nix b/pkgs/applications/audio/opustags/default.nix index 65836582feb4..4e26c9b77523 100644 --- a/pkgs/applications/audio/opustags/default.nix +++ b/pkgs/applications/audio/opustags/default.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { description = "Ogg Opus tags editor"; platforms = platforms.all; broken = stdenv.isDarwin; - maintainers = [ maintainers.kmein ]; + maintainers = with maintainers; [ kmein SuperSandro2000 ]; license = licenses.bsd3; }; }