summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-12 18:43:39 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-12 18:44:09 +0200
commit4d0d6d86263f0701244682e2226c8b539b25f669 (patch)
tree705f069341cdb1acc65f030dc5a82973db671c20 /gnu/services
parent68c9e0a56e008f19427bd213cf5b24bdd8fe5922 (diff)
downloadguix-patches-4d0d6d86263f0701244682e2226c8b539b25f669.tar
guix-patches-4d0d6d86263f0701244682e2226c8b539b25f669.tar.gz
services: ipfs: Tweak description.
* gnu/services/networking.scm (ipfs-service-type)[description]: Avoid abbreviation.
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/networking.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 6e93b56717..761820ad2e 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -2015,7 +2015,7 @@ See yggdrasil -genconf for config options.")
(default-value (ipfs-configuration))
(description
"Run @command{ipfs daemon}, the reference implementation
-of the IPFS p2p storage network.")))
+of the IPFS peer-to-peer storage network.")))
;;;