aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-07-31 05:43:42 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-07-31 05:46:07 +0200
commitbab94ffa0e27e39c02d5ce3add5605b676b76bee (patch)
treef100a9d74a4778504821ae7f127d43d1b8f75baf /gnu/packages/python-xyz.scm
parent15b4c91163a54bfab1599999165313c3a7d13f84 (diff)
downloadguix-bab94ffa0e27e39c02d5ce3add5605b676b76bee.tar
guix-bab94ffa0e27e39c02d5ce3add5605b676b76bee.tar.gz
gnu: python-glances: Please ‘guix lint’.
* gnu/packages/python-xyz.scm (python-glances)[synopsis]: Remove article. [description]: Double-space between sentences.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 98248e2a61..6410a13df7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10970,12 +10970,11 @@ command @command{natsort} that exposes this functionality in the command line.")
("python-psutil" ,python-psutil)))
(home-page
"https://github.com/nicolargo/glances")
- (synopsis
- "A cross-platform curses-based monitoring tool")
+ (synopsis "Cross-platform curses-based monitoring tool")
(description
"Glances is a curses-based monitoring tool for a wide variety of platforms.
-Glances uses the PsUtil library to get information from your system. It monitors
-CPU, load, memory, network bandwidth, disk I/O, disk use, and more.")
+Glances uses the PsUtil library to get information from your system. It
+monitors CPU, load, memory, network bandwidth, disk I/O, disk use, and more.")
(license license:lgpl3+)))
(define-public python2-glances