about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLéo Gaspard <github@leo.gaspard.ninja>2018-10-02 23:03:18 +0900
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-02 16:03:18 +0200
commit5f5905e30e86db1ac72b98f41873f63606418cfa (patch)
treeb493f1527406a7410724972f530c498b438dbdd8 /pkgs/applications
parent624b5c14c0c05e2bf9695093aa07bfcdfde0143d (diff)
downloadnixlib-5f5905e30e86db1ac72b98f41873f63606418cfa.tar
nixlib-5f5905e30e86db1ac72b98f41873f63606418cfa.tar.gz
nixlib-5f5905e30e86db1ac72b98f41873f63606418cfa.tar.bz2
nixlib-5f5905e30e86db1ac72b98f41873f63606418cfa.tar.lz
nixlib-5f5905e30e86db1ac72b98f41873f63606418cfa.tar.xz
nixlib-5f5905e30e86db1ac72b98f41873f63606418cfa.tar.zst
nixlib-5f5905e30e86db1ac72b98f41873f63606418cfa.zip
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
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 9bf80b050a86..23ecfb0c19d3 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -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;