about summary refs log tree commit diff
path: root/pkgs/development/tools/electron/3.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/electron/3.x.nix')
-rw-r--r--pkgs/development/tools/electron/3.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/electron/3.x.nix b/pkgs/development/tools/electron/3.x.nix
index a902f279a49c..f66d1a57a047 100644
--- a/pkgs/development/tools/electron/3.x.nix
+++ b/pkgs/development/tools/electron/3.x.nix
@@ -69,7 +69,7 @@ let
       unzip $src
       mv Electron.app $out/Applications
       mkdir -p $out/bin
-      ln -s $out/Applications/Electron.app/Contents/MacOs/Electron $out/bin/electron
+      ln -s $out/Applications/Electron.app/Contents/MacOS/Electron $out/bin/electron
     '';
   };
 in