jetbrains.idea-community: add IntelliJ keyword to the longDescription (#47650)

This should make it easier to find the package under the name
IntelliJ in eg. [1]

[1] https://nixos.org/nixos/packages.html#intellij
This commit is contained in:
Léo Gaspard 2018-10-02 23:03:18 +09:00 committed by xeji
parent 624b5c14c0
commit 5f5905e30e

View file

@ -130,7 +130,8 @@ let
longDescription = ''
IDE for Java SE, Groovy & Scala development Powerful
environment for building Google Android apps Integration
with JUnit, TestNG, popular SCMs, Ant & Maven.
with JUnit, TestNG, popular SCMs, Ant & Maven. Also known
as IntelliJ.
'';
maintainers = with maintainers; [ edwtjo ];
platforms = platforms.linux;