Loading pkgs/by-name/zo/zoom-us/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -237,14 +237,14 @@ stdenv.mkDerivation { passthru.updateScript = ./update.sh; passthru.tests.startwindow = callPackage ./test.nix { }; meta = with lib; { meta = { homepage = "https://zoom.us/"; changelog = "https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0061222"; description = "zoom.us video conferencing application"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; platforms = builtins.attrNames srcs; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ danbst tadfisher ]; Loading Loading
pkgs/by-name/zo/zoom-us/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -237,14 +237,14 @@ stdenv.mkDerivation { passthru.updateScript = ./update.sh; passthru.tests.startwindow = callPackage ./test.nix { }; meta = with lib; { meta = { homepage = "https://zoom.us/"; changelog = "https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0061222"; description = "zoom.us video conferencing application"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; platforms = builtins.attrNames srcs; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ danbst tadfisher ]; Loading