Unverified Commit 34a4af73 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] feishu: add mainProgram (#407845)

parents 2a41154f e1da2e7d
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -223,12 +223,13 @@ stdenv.mkDerivation {
    '';
  };

  meta = with lib; {
  meta = {
    description = "All-in-one collaboration suite";
    homepage = "https://www.feishu.cn/en/";
    downloadPage = "https://www.feishu.cn/en/#en_home_download_block";
    license = licenses.unfree;
    license = lib.licenses.unfree;
    platforms = supportedPlatforms;
    maintainers = with maintainers; [ billhuang ];
    maintainers = with lib.maintainers; [ billhuang ];
    mainProgram = "bytedance-feishu";
  };
}