mixxx: add benley to maintainers

This commit is contained in:
Benjamin Staffin
2024-05-24 16:19:02 -04:00
parent 94f4623766
commit c26c959063
+1 -1
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;
};
}