Loading pkgs/tools/audio/liquidsoap/full.nix +4 −3 Original line number Diff line number Diff line Loading @@ -129,12 +129,13 @@ stdenv.mkDerivation { ocamlPackages.yaml ]; meta = with lib; { meta = { description = "Swiss-army knife for multimedia streaming"; mainProgram = "liquidsoap"; homepage = "https://www.liquidsoap.info/"; maintainers = with maintainers; [ dandellion ehmry ]; license = licenses.gpl2Plus; changelog = "https://raw.githubusercontent.com/savonet/liquidsoap/main/CHANGES.md"; maintainers = with lib.maintainers; [ dandellion ehmry ]; license = lib.licenses.gpl2Plus; platforms = ocamlPackages.ocaml.meta.platforms or []; }; } Loading
pkgs/tools/audio/liquidsoap/full.nix +4 −3 Original line number Diff line number Diff line Loading @@ -129,12 +129,13 @@ stdenv.mkDerivation { ocamlPackages.yaml ]; meta = with lib; { meta = { description = "Swiss-army knife for multimedia streaming"; mainProgram = "liquidsoap"; homepage = "https://www.liquidsoap.info/"; maintainers = with maintainers; [ dandellion ehmry ]; license = licenses.gpl2Plus; changelog = "https://raw.githubusercontent.com/savonet/liquidsoap/main/CHANGES.md"; maintainers = with lib.maintainers; [ dandellion ehmry ]; license = lib.licenses.gpl2Plus; platforms = ocamlPackages.ocaml.meta.platforms or []; }; }