diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-12 18:43:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-12 18:44:09 +0200 |
commit | 4d0d6d86263f0701244682e2226c8b539b25f669 (patch) | |
tree | 705f069341cdb1acc65f030dc5a82973db671c20 /gnu | |
parent | 68c9e0a56e008f19427bd213cf5b24bdd8fe5922 (diff) |
services: ipfs: Tweak description.
* gnu/services/networking.scm (ipfs-service-type)[description]: Avoid
abbreviation.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/services/networking.scm | 2 |
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."))) ;;; |