mixxx: add benley to maintainers

This commit is contained in:
Benjamin Staffin 2024-05-24 16:18:34 -04:00
parent 94f4623766
commit c26c959063

View File

@ -147,7 +147,7 @@ mkDerivation rec {
description = "Digital DJ mixing software";
mainProgram = "mixxx";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ goibhniu bfortz ];
maintainers = with maintainers; [ goibhniu bfortz benley ];
platforms = platforms.linux;
};
}