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:
parent
624b5c14c0
commit
5f5905e30e
|
@ -130,7 +130,8 @@ let
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
IDE for Java SE, Groovy & Scala development Powerful
|
IDE for Java SE, Groovy & Scala development Powerful
|
||||||
environment for building Google Android apps Integration
|
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 ];
|
maintainers = with maintainers; [ edwtjo ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in New Issue