Make all meta.maintainers attributes lists

This commit is contained in:
Pascal Wittmann
2016-11-20 18:06:03 +01:00
parent 9c5a9f32c6
commit f7e0bc2ae7
11 changed files with 29 additions and 30 deletions
@@ -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.