aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-20 14:37:57 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-22 00:20:11 +0200
commit2cd8e6e066cdf730a55d0604f0180286db4604ed (patch)
tree84606cdeabd81cf5f2bc9306c97d1b87f9376d9d
parent6a163a3fe8affdac775d527c5e637bad89859489 (diff)
downloadguix-2cd8e6e066cdf730a55d0604f0180286db4604ed.tar
guix-2cd8e6e066cdf730a55d0604f0180286db4604ed.tar.gz
gnu: neofetch: Tweak synopsis & description.
* gnu/packages/admin.scm (neofetch)[synopsis, description]: Avoid abbreviation (but draw the line at ASCII).
-rw-r--r--gnu/packages/admin.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 9fd5215172..431fc28351 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2409,9 +2409,9 @@ tool for remote execution and deployment.")
(modify-phases %standard-phases
(delete 'configure)))) ; no configure script
(home-page "https://github.com/dylanaraps/neofetch")
- (synopsis "System info script")
- (description "Neofetch is a CLI system information tool written in Bash.
-Neofetch displays information about your system next to an image, your OS
+ (synopsis "System information script")
+ (description "Neofetch is a command-line system information tool written in
+Bash. Neofetch displays information about your system next to an image, your OS
logo, or any ASCII file of your choice. The main purpose of Neofetch is to be
used in screenshots to show other users what operating system or distribution
you are running, what theme or icon set you are using, etc.")