[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: services: ipfs: Tweak description.
From: |
guix-commits |
Subject: |
06/09: services: ipfs: Tweak description. |
Date: |
Mon, 12 Apr 2021 12:44:53 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4d0d6d86263f0701244682e2226c8b539b25f669
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Apr 12 18:43:39 2021 +0200
services: ipfs: Tweak description.
* gnu/services/networking.scm (ipfs-service-type)[description]: Avoid
abbreviation.
---
gnu/services/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 6e93b56..761820a 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.")))
;;;
- branch master updated (eb8da54 -> d14f213), guix-commits, 2021/04/12
- 01/09: gnu: racket: Don't inject store paths into Racket files., guix-commits, 2021/04/12
- 05/09: gnu: tests: Test basic funtionality of the IPFS service., guix-commits, 2021/04/12
- 03/09: Add (guix ipfs)., guix-commits, 2021/04/12
- 04/09: tests: Support package extensions in the backdoor REPL., guix-commits, 2021/04/12
- 06/09: services: ipfs: Tweak description.,
guix-commits <=
- 02/09: services: Add ipfs-service-type, guix-commits, 2021/04/12
- 07/09: channels: Build user channels with '-O1'., guix-commits, 2021/04/12
- 09/09: doc: Document 'gnu-build-system' keyword parameters., guix-commits, 2021/04/12
- 08/09: doc: Move list of build phases to "Build Phases"., guix-commits, 2021/04/12