From ca7808f69643791399d04177b286c513b8a58a87 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 21 Sep 2016 19:34:01 +0300 Subject: [PATCH] streamlink: Fix longDescription --- pkgs/applications/video/streamlink/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix index 95fd0c9ebc7..cca1ed34f6d 100644 --- a/pkgs/applications/video/streamlink/default.nix +++ b/pkgs/applications/video/streamlink/default.nix @@ -15,7 +15,8 @@ pythonPackages.buildPythonApplication rec { meta = with stdenv.lib; { homepage = https://github.com/streamlink/streamlink; - description = '' + description = "CLI for extracting streams from various websites to video player of your choosing"; + longDescription = '' Streamlink is a CLI utility that pipes flash videos from online streaming services to a variety of video players such as VLC, or alternatively, a browser.