Merge pull request #87215 from matthewbauer/jitsi-x-internet
jitsi: use X-Internet for desktop categories
This commit is contained in:
commit
cd02078e1a
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
comment = "VoIP and Instant Messaging client";
|
comment = "VoIP and Instant Messaging client";
|
||||||
desktopName = "Jitsi";
|
desktopName = "Jitsi";
|
||||||
genericName = "Instant Messaging";
|
genericName = "Instant Messaging";
|
||||||
categories = "Application;Internet;";
|
categories = "Application;X-Internet;";
|
||||||
};
|
};
|
||||||
|
|
||||||
libPath = lib.makeLibraryPath ([
|
libPath = lib.makeLibraryPath ([
|
||||||
|
Loading…
Reference in New Issue
Block a user