about summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-09-21 19:34:01 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-09-21 19:34:01 +0300
commitca7808f69643791399d04177b286c513b8a58a87 (patch)
treedf1c74bd495be3ddac3fc3eb3250b63c5c8e094f /pkgs/applications/video/streamlink
parent5aee5b2100777ef2d7dc2e218a3be3922ccb3184 (diff)
downloadnixlib-ca7808f69643791399d04177b286c513b8a58a87.tar
nixlib-ca7808f69643791399d04177b286c513b8a58a87.tar.gz
nixlib-ca7808f69643791399d04177b286c513b8a58a87.tar.bz2
nixlib-ca7808f69643791399d04177b286c513b8a58a87.tar.lz
nixlib-ca7808f69643791399d04177b286c513b8a58a87.tar.xz
nixlib-ca7808f69643791399d04177b286c513b8a58a87.tar.zst
nixlib-ca7808f69643791399d04177b286c513b8a58a87.zip
streamlink: Fix longDescription
Diffstat (limited to 'pkgs/applications/video/streamlink')
-rw-r--r--pkgs/applications/video/streamlink/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix
index 95fd0c9ebc7b..cca1ed34f6dc 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.