about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-02-12 07:18:12 +0100
committerProfpatsch <mail@profpatsch.de>2018-02-12 07:24:50 +0100
commit53e790e7a861e498b3136fc9da7f53ec1642443a (patch)
tree2572367599889db79a36fd1ea39db5e3da5de79b /pkgs/applications/video
parent2922bee722e501cbc1c19dfccd74930a6b2dc35c (diff)
maintainers: capitalize the Profpatsch attribute (vanity)
Since I’m already at it, this has been bothering me for a while.
Diffstat (limited to 'pkgs/applications/video')
-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 d8f18f97ad9a8..cf77e3dfe663d 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.