jetbrains: remove deprecated value "Application" from desktop file

This commit is contained in:
Maciej Krüger 2020-04-20 07:16:14 +02:00
parent d7df659126
commit 441f5d5d26
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -19,7 +19,7 @@ with stdenv; lib.makeOverridable mkDerivation rec {
comment = lib.replaceChars ["\n"] [" "] meta.longDescription;
desktopName = product;
genericName = meta.description;
categories = "Application;Development;";
categories = "Development;";
icon = execName;
extraEntries = ''
StartupWMClass=${wmClass}