Files
yt-dlp-webui/nix/common.nix
2025-01-01 09:38:59 +01:00

10 lines
232 B
Nix

{ lib }: {
version = "v3.1.2";
meta = {
description = "A terrible web ui for yt-dlp. Designed to be self-hosted.";
homepage = "https://github.com/marcopiovanello/yt-dlp-web-ui";
license = lib.licenses.mpl20;
};
}