Archived
1
0
Fork 0

gnu: Deprecate the "go-ipfs" variable.

* gnu/packages/ipfs.scm (go-ipfs): Rename to "kubo".
  (go-ipfs): Define as deprecated by "kubo".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Artyom V. Poptsov 2023-10-08 09:21:00 +03:00 committed by Ludovic Courtès
parent 1f6babf0c4
commit 2919b5ae31
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -219,9 +219,9 @@ powerful and simple.")
written in Go.") written in Go.")
(license license:expat))) (license license:expat)))
(define-public go-ipfs (define-public kubo
(package (package
(name "go-ipfs") (name "kubo")
(version "0.14.0") (version "0.14.0")
(source (source
(origin (origin
@ -368,3 +368,6 @@ like a single bittorrent swarm, exchanging git objects. IPFS provides an
interface as simple as the HTTP web, but with permanence built in. You can interface as simple as the HTTP web, but with permanence built in. You can
also mount the world at @code{/ipfs}.") also mount the world at @code{/ipfs}.")
(license license:expat))) (license license:expat)))
(define-public go-ipfs
(deprecated-package "go-ipfs" kubo))