Loading pkgs/applications/video/streamlink/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ certifi exceptiongroup isodate lxml pycountry Loading @@ -55,7 +56,7 @@ python3Packages.buildPythonApplication rec { websocket-client ]; meta = with lib; { meta = { changelog = "https://github.com/streamlink/streamlink/raw/${version}/CHANGELOG.md"; description = "CLI for extracting streams from various websites to video player of your choosing"; homepage = "https://streamlink.github.io/"; Loading @@ -66,8 +67,8 @@ python3Packages.buildPythonApplication rec { Streamlink is a fork of the livestreamer project. ''; license = licenses.bsd2; license = lib.licenses.bsd2; mainProgram = "streamlink"; maintainers = with maintainers; [ dezgeg zraexy DeeUnderscore ]; maintainers = with lib.maintainers; [ dezgeg zraexy DeeUnderscore ]; }; } Loading
pkgs/applications/video/streamlink/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ certifi exceptiongroup isodate lxml pycountry Loading @@ -55,7 +56,7 @@ python3Packages.buildPythonApplication rec { websocket-client ]; meta = with lib; { meta = { changelog = "https://github.com/streamlink/streamlink/raw/${version}/CHANGELOG.md"; description = "CLI for extracting streams from various websites to video player of your choosing"; homepage = "https://streamlink.github.io/"; Loading @@ -66,8 +67,8 @@ python3Packages.buildPythonApplication rec { Streamlink is a fork of the livestreamer project. ''; license = licenses.bsd2; license = lib.licenses.bsd2; mainProgram = "streamlink"; maintainers = with maintainers; [ dezgeg zraexy DeeUnderscore ]; maintainers = with lib.maintainers; [ dezgeg zraexy DeeUnderscore ]; }; }