11 homepage = "https://www.zotero.org";
12 description = "Collect, organize, cite, and share your research sources";
13 mainProgram = "zotero";
14 sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
15 license = lib.licenses.agpl3Only;
21 maintainers = with lib.maintainers; [
27 if stdenv.hostPlatform.isDarwin then
28 callPackage ./darwin.nix { inherit pname version meta; }
30 callPackage ./linux.nix { inherit pname version meta; }