syncplay: add assistant to maintainers

This commit is contained in:
Assistant 2024-04-17 22:49:15 -04:00
parent 5ff3f2218a
commit f4cf580b9e

View File

@ -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 ];
};
}