zotero: change alias zotero_7 to refer to zotero, not zotero-beta

Zotero 7 was released last year. I was surprised to find that zotero_7 pointed to the beta.
This commit is contained in:
Anton Tetov
2025-05-15 10:46:04 +02:00
committed by GitHub
parent 872bd5a0a7
commit bf259bc8ec
+1 -1
View File
@@ -14693,7 +14693,7 @@ with pkgs;
SDL = SDL_sixel;
};
zotero_7 = pkgs.zotero-beta;
zotero_7 = pkgs.zotero;
zsteg = callPackage ../tools/security/zsteg { };