thunderbird: fix typo in desktop item genericName
This commit is contained in:
parent
8b1cf100cd
commit
7a3855506f
|
@ -140,7 +140,7 @@ in stdenv.mkDerivation rec {
|
||||||
exec = "thunderbird %U";
|
exec = "thunderbird %U";
|
||||||
desktopName = "Thunderbird";
|
desktopName = "Thunderbird";
|
||||||
icon = "$out/lib/thunderbird-${version}/chrome/icons/default/default256.png";
|
icon = "$out/lib/thunderbird-${version}/chrome/icons/default/default256.png";
|
||||||
genericName = "Main Reader";
|
genericName = "Mail Reader";
|
||||||
categories = "Application;Network";
|
categories = "Application;Network";
|
||||||
mimeType = stdenv.lib.concatStringsSep ";" [
|
mimeType = stdenv.lib.concatStringsSep ";" [
|
||||||
# Email
|
# Email
|
||||||
|
|
Loading…
Reference in New Issue