mpvScripts.convert: set license to unfree
The upstream gist has no license, to the license should be unfree as per CONTRIBUTING.md
This commit is contained in:
parent
9485531db9
commit
eee5a74381
@ -30,14 +30,15 @@ stdenvNoCC.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
passthru.scriptName = "convert_script.lua";
|
passthru.scriptName = "convert_script.lua";
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Convert parts of a video while you are watching it in mpv";
|
description = "Convert parts of a video while you are watching it in mpv";
|
||||||
homepage = "https://gist.github.com/Zehkul/25ea7ae77b30af959be0";
|
homepage = "https://gist.github.com/Zehkul/25ea7ae77b30af959be0";
|
||||||
maintainers = [ lib.maintainers.Profpatsch ];
|
maintainers = [ maintainers.Profpatsch ];
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
When this script is loaded into mpv, you can hit Alt+W to mark the beginning
|
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.
|
and Alt+W again to mark the end of the clip. Then a settings window opens.
|
||||||
'';
|
'';
|
||||||
|
license = licenses.unfree;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user