yt-dlp: remove with lib

This commit is contained in:
DontEatOreo
2025-07-12 21:41:00 +03:00
parent 9f869f7f22
commit 182bc1e5f9
+3 -3
View File
@@ -109,11 +109,11 @@ python3Packages.buildPythonApplication rec {
passthru.updateScript = nix-update-script { };
meta = with lib; {
meta = {
changelog = "https://github.com/yt-dlp/yt-dlp/blob/${version}/Changelog.md";
description = "Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)";
homepage = "https://github.com/yt-dlp/yt-dlp/";
license = licenses.unlicense;
license = lib.licenses.unlicense;
longDescription = ''
yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc.
@@ -123,7 +123,7 @@ python3Packages.buildPythonApplication rec {
you can modify it, redistribute it or use it however you like.
'';
mainProgram = "yt-dlp";
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
SuperSandro2000
donteatoreo
];