gnu: Fix more ‘filesystem’ spellings.
* gnu/packages/python.scm (python-pyinotify)[description]: Spell ‘file system’ as ‘file system’. * gnu/packages/syncthing.scm (go-github-com-zillode-notify)[synopsis]: Likewise. (go-github-com-prometheus-procfs)[description]: Likewise. Minorly tweak grammar.
This commit is contained in:
parent
732a148995
commit
3bd840e406
|
@ -12988,7 +12988,7 @@ interpreter. bpython's main features are
|
||||||
(synopsis "Python library for monitoring inotify events")
|
(synopsis "Python library for monitoring inotify events")
|
||||||
(description
|
(description
|
||||||
"@code{pyinotify} provides a Python interface for monitoring
|
"@code{pyinotify} provides a Python interface for monitoring
|
||||||
filesystem events on Linux.")
|
file system events on Linux.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-pyinotify
|
(define-public python2-pyinotify
|
||||||
|
|
|
@ -1692,7 +1692,7 @@ using sh's word-splitting rules.")
|
||||||
'(#:import-path "github.com/zillode/notify"))
|
'(#:import-path "github.com/zillode/notify"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
|
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
|
||||||
(synopsis "Filesystem event notification library")
|
(synopsis "File system event notification library")
|
||||||
(description "This package provides @code{notify}, a file system event
|
(description "This package provides @code{notify}, a file system event
|
||||||
notification library in Go.")
|
notification library in Go.")
|
||||||
(home-page "https://github.com/zillode/notify")
|
(home-page "https://github.com/zillode/notify")
|
||||||
|
@ -1871,8 +1871,8 @@ Prometheus metrics.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/prometheus/procfs"))
|
'(#:import-path "github.com/prometheus/procfs"))
|
||||||
(synopsis "Go library for reading @file{/proc}")
|
(synopsis "Go library for reading @file{/proc}")
|
||||||
(description "This Go package @code{procfs} provides functions to retrieve
|
(description "The @code{procfs} Go package provides functions to retrieve
|
||||||
system, kernel and process metrics from the pseudo-filesystem @file{/proc}.")
|
system, kernel, and process metrics from the @file{/proc} pseudo file system.")
|
||||||
(home-page "https://github.com/prometheus/procfs")
|
(home-page "https://github.com/prometheus/procfs")
|
||||||
(license asl2.0))))
|
(license asl2.0))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue