diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-25 09:34:35 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-25 09:35:26 +0200 |
commit | 7e9a0852613df295bf5b31d76cd81cf00fbfe854 (patch) | |
tree | 13e84fff5cc6e5f2d99b7b2d083ac8469d0385af | |
parent | 12e120a2c6d026014809a3db857fde4dcff2c041 (diff) | |
download | guix-7e9a0852613df295bf5b31d76cd81cf00fbfe854.tar.gz guix-7e9a0852613df295bf5b31d76cd81cf00fbfe854.zip |
gnu: yt-dlp: Add release-monitoring-url.
* gnu/packages/video.scm (yt-dlp)[properties]: New field.
-rw-r--r-- | gnu/packages/video.scm | 1 |
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 |