syncplay: add assistant to maintainers

This commit is contained in:
Assistant
2024-04-25 01:52:50 -04:00
parent 5ff3f2218a
commit f4cf580b9e
@@ -46,6 +46,6 @@ buildPythonApplication rec {
description = "Free software that synchronises media players";
license = licenses.asl20;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ Enzime ];
maintainers = with maintainers; [ assistant Enzime ];
};
}