mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
services: ipfs: Tweak description.
* gnu/services/networking.scm (ipfs-service-type)[description]: Avoid abbreviation.
This commit is contained in:
parent
68c9e0a56e
commit
4d0d6d8626
1 changed files with 1 additions and 1 deletions
|
@ -2015,7 +2015,7 @@ (define ipfs-service-type
|
||||||
(default-value (ipfs-configuration))
|
(default-value (ipfs-configuration))
|
||||||
(description
|
(description
|
||||||
"Run @command{ipfs daemon}, the reference implementation
|
"Run @command{ipfs daemon}, the reference implementation
|
||||||
of the IPFS p2p storage network.")))
|
of the IPFS peer-to-peer storage network.")))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Reference in a new issue