gnu: neofetch: Tweak synopsis & description.
* gnu/packages/admin.scm (neofetch)[synopsis, description]: Avoid abbreviation (but draw the line at ASCII).
This commit is contained in:
parent
6a163a3fe8
commit
2cd8e6e066
1 changed files with 3 additions and 3 deletions
|
@ -2409,9 +2409,9 @@ tool for remote execution and deployment.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)))) ; no configure script
|
(delete 'configure)))) ; no configure script
|
||||||
(home-page "https://github.com/dylanaraps/neofetch")
|
(home-page "https://github.com/dylanaraps/neofetch")
|
||||||
(synopsis "System info script")
|
(synopsis "System information script")
|
||||||
(description "Neofetch is a CLI system information tool written in Bash.
|
(description "Neofetch is a command-line system information tool written in
|
||||||
Neofetch displays information about your system next to an image, your OS
|
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
|
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
|
used in screenshots to show other users what operating system or distribution
|
||||||
you are running, what theme or icon set you are using, etc.")
|
you are running, what theme or icon set you are using, etc.")
|
||||||
|
|
Reference in a new issue