mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-sys-cpu: Re-write description.
* gnu/packages/perl.scm (perl-sys-cpu)[description]: Fix some typos by re-writing most of the description.
This commit is contained in:
parent
d1e4ad1b02
commit
c9d7cd4762
1 changed files with 3 additions and 3 deletions
|
@ -15,6 +15,7 @@
|
||||||
;;; Copyright © 2017 Raoul J.P. Bonnal <ilpuccio.febo@gmail.com>
|
;;; Copyright © 2017 Raoul J.P. Bonnal <ilpuccio.febo@gmail.com>
|
||||||
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2017 humanitiesNerd <catonano@gmail.com>
|
;;; Copyright © 2017 humanitiesNerd <catonano@gmail.com>
|
||||||
|
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -6122,9 +6123,8 @@ (define-public perl-sys-cpu
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(synopsis "Perl extension for getting CPU information")
|
(synopsis "Perl extension for getting CPU information")
|
||||||
(description
|
(description
|
||||||
"In responce to a post on perlmonks.org, a module for counting the number
|
"Sys::CPU is a module for counting the number of CPUs on a system, and
|
||||||
of CPU's on a system. Support has now also been added for type of CPU and
|
determining their type and clock speed.")
|
||||||
clock speed.")
|
|
||||||
(home-page (string-append "http://search.cpan.org/~mzsanford/"
|
(home-page (string-append "http://search.cpan.org/~mzsanford/"
|
||||||
"Sys-CPU-" version))
|
"Sys-CPU-" version))
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
Loading…
Reference in a new issue