plex-mpv-shim: add devusb to maintainers

This commit is contained in:
Morgan Helton 2023-05-14 09:00:46 -05:00
parent de45084228
commit c2adda6f9d

View File

@ -31,6 +31,7 @@ buildPythonApplication rec {
meta = with lib; {
homepage = "https://github.com/iwalton3/plex-mpv-shim";
description = "Allows casting of videos to MPV via the Plex mobile and web app";
maintainers = with maintainers; [ devusb ];
license = licenses.mit;
};
}