Unverified Commit bf259bc8 authored by Anton Tetov's avatar Anton Tetov Committed by GitHub
Browse files

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.
parent 872bd5a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14693,7 +14693,7 @@ with pkgs;
    SDL = SDL_sixel;
  };
  zotero_7 = pkgs.zotero-beta;
  zotero_7 = pkgs.zotero;
  zsteg = callPackage ../tools/security/zsteg { };