Commit c2adda6f authored by Morgan Helton's avatar Morgan Helton
Browse files

plex-mpv-shim: add devusb to maintainers

parent de450842
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}