services: ipfs: Tweak description.

* gnu/services/networking.scm (ipfs-service-type)[description]: Avoid
abbreviation.
This commit is contained in:
Ludovic Courtès 2021-04-12 18:43:39 +02:00
parent 68c9e0a56e
commit 4d0d6d8626
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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.")))
;;; ;;;