about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2016-11-20 18:05:18 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2016-11-20 18:06:03 +0100
commitf7e0bc2ae7333c29f3d0c7120f65297d491b63e9 (patch)
treeafad01cd2ebe757bc65f27363d90a198e9f93815 /pkgs/applications/video/mpv
parent9c5a9f32c6b6bec467e8a963456a21174d47e55e (diff)
downloadnixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.gz
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.bz2
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.lz
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.xz
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.tar.zst
nixlib-f7e0bc2ae7333c29f3d0c7120f65297d491b63e9.zip
Make all meta.maintainers attributes lists
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/scripts/convert.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/scripts/convert.nix b/pkgs/applications/video/mpv/scripts/convert.nix
index 8dc2fc037e6d..9e36f790c782 100644
--- a/pkgs/applications/video/mpv/scripts/convert.nix
+++ b/pkgs/applications/video/mpv/scripts/convert.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
   meta = {
     description = "Convert parts of a video while you are watching it in mpv";
     homepage = "https://gist.github.com/Zehkul/25ea7ae77b30af959be0";
-    maintainers = lib.maintainers.profpatsch;
+    maintainers = [ lib.maintainers.profpatsch ];
     longDescription = ''
       When this script is loaded into mpv, you can hit Alt+W to mark the beginning
       and Alt+W again to mark the end of the clip. Then a settings window opens.