10 lines
232 B
Nix
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;
|
|
};
|
|
}
|
|
|