this repo has no description

nix/overlay: Fix name in package.json

This fixes the icon of Canary in the task bar. We changed this
in the installer a while back, but never brought it here.

+1 -1
+1 -1
nix/overlay.nix
··· 29 29 ''; 30 30 31 31 packageJson = '' 32 - {"name":"discord","main":"./injector.js","private":true} 32 + {"name":"${name}","main":"./injector.js","private":true} 33 33 ''; 34 34 35 35 in old.installPhase + "\n" + ''