summaryrefslogtreecommitdiff
path: root/nvfetcher.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r--nvfetcher.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml
index 499a4e81..23f4c5dd 100644
--- a/nvfetcher.toml
+++ b/nvfetcher.toml
@@ -105,8 +105,12 @@ src.prefix = "v"
105fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz" 105fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz"
106 106
107[yt-dlp] 107[yt-dlp]
108src.pypi = "yt_dlp" 108src.github = "yt-dlp/yt-dlp"
109fetch.pypi = "yt_dlp" 109fetch.github = "yt-dlp/yt-dlp"
110
111[yt-dlp-ejs]
112src.github = "yt-dlp/ejs"
113fetch.github = "yt-dlp/ejs"
110 114
111[netbootxyz-efi] 115[netbootxyz-efi]
112src.github = "netbootxyz/netboot.xyz" 116src.github = "netbootxyz/netboot.xyz"