Unverified Commit a3a26971 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #229238 from kilianar/zotero-fix

zotero: remove version from name in desktopItem
parents 503fc6a6 16c80ce9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
  '';

  desktopItem = makeDesktopItem {
    name = "zotero-${version}";
    name = "zotero";
    exec = "zotero -url %U";
    icon = "zotero";
    comment = meta.description;