summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-01-25 09:34:35 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-01-25 09:35:26 +0200
commit7e9a0852613df295bf5b31d76cd81cf00fbfe854 (patch)
tree13e84fff5cc6e5f2d99b7b2d083ac8469d0385af
parent12e120a2c6d026014809a3db857fde4dcff2c041 (diff)
downloadguix-patches-7e9a0852613df295bf5b31d76cd81cf00fbfe854.tar
guix-patches-7e9a0852613df295bf5b31d76cd81cf00fbfe854.tar.gz
gnu: yt-dlp: Add release-monitoring-url.
* gnu/packages/video.scm (yt-dlp)[properties]: New field.
-rw-r--r--gnu/packages/video.scm1
1 files changed, 1 insertions, 0 deletions
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