desktopEntry: Remove deprecated category from example

The `Application` category is deprecated and should not be used as an
example anymore.
This commit is contained in:
Lena Fuhrimann 2025-10-08 09:45:10 +02:00 committed by Matthieu Coudron
parent 1a09eb84fa
commit 685d8d85d0

View file

@ -219,7 +219,7 @@ in
genericName = "Web Browser";
exec = "firefox %U";
terminal = false;
categories = [ "Application" "Network" "WebBrowser" ];
categories = [ "Network" "WebBrowser" ];
mimeType = [ "text/html" "text/xml" ];
};
}