summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-08 14:41:36 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-08 14:41:36 +0100
commit3c37c9285116a96cac02147b7b3618a5e63eb2c2 (patch)
tree160d4c12a06c80ed0fdf4227fd2fa9b4a3706e86
parent0a54ba43531419d2470d91c6ae94047cc516c3ab (diff)
downloadguix-3c37c9285116a96cac02147b7b3618a5e63eb2c2.tar.gz
gnu: nushell: Improve synopsis.
* gnu/packages/shells.scm (nushell)[synopsis]: Improve wording.
-rw-r--r--gnu/packages/shells.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 9756a185fe..1cdb5ba5b2 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -1000,7 +1000,7 @@ files and text.")
            openssl
            zlib))
     (home-page "https://www.nushell.sh")
-    (synopsis "Shell that understands the structure of the data")
+    (synopsis "Shell with a structured approach to the command line")
     (description
      "Nu draws inspiration from projects like PowerShell, functional
 programming languages, and modern CLI tools.  Rather than thinking of files