about summary refs log tree commit diff
path: root/pkgs/applications/video/plex-mpv-shim
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/plex-mpv-shim')
-rw-r--r--pkgs/applications/video/plex-mpv-shim/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/plex-mpv-shim/default.nix b/pkgs/applications/video/plex-mpv-shim/default.nix
index 8a2094bbb553f..3fb6c2486bf46 100644
--- a/pkgs/applications/video/plex-mpv-shim/default.nix
+++ b/pkgs/applications/video/plex-mpv-shim/default.nix
@@ -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;
   };
 }