From 7e9a0852613df295bf5b31d76cd81cf00fbfe854 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 25 Jan 2022 09:34:35 +0200 Subject: gnu: yt-dlp: Add release-monitoring-url. * gnu/packages/video.scm (yt-dlp)[properties]: New field. --- gnu/packages/video.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 72357820cd..1a7895ef03 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2478,6 +2478,7 @@ YouTube.com and many more sites.") YouTube.com and many more sites. It is a fork of youtube-dl with a focus on adding new features while keeping up-to-date with the original project.") + (properties '((release-monitoring-url . "https://pypi.org/project/yt-dlp/"))) (home-page "https://github.com/yt-dlp/yt-dlp"))) (define-public youtube-dl-gui -- cgit v1.2.3