mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: inxi: Fix up synopsis & description.
* gnu/packages/admin.scm (inxi)[synopsis]: Fix typo. [description]: Use @code{}.
This commit is contained in:
parent
7a83eb37ad
commit
4ee41a6ac1
1 changed files with 2 additions and 2 deletions
|
@ -2727,10 +2727,10 @@ Python loading in HPC environments.")
|
||||||
(string-append %output "/share/man/man1")))
|
(string-append %output "/share/man/man1")))
|
||||||
#t)))
|
#t)))
|
||||||
(home-page "https://smxi.org/docs/inxi.htm")
|
(home-page "https://smxi.org/docs/inxi.htm")
|
||||||
(synopsis "Full featured system information script")
|
(synopsis "Full-featured system information script")
|
||||||
(description "Inxi is a system information script that can display
|
(description "Inxi is a system information script that can display
|
||||||
various things about your hardware and software to users in an IRC chatroom or
|
various things about your hardware and software to users in an IRC chatroom or
|
||||||
support forum. It runs with the /exec command in most IRC clients.")
|
support forum. It runs with the @code{/exec} command in most IRC clients.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public inxi
|
(define-public inxi
|
||||||
|
|
Loading…
Add table
Reference in a new issue