mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
1f6babf0c4
commit
2919b5ae31
1 changed files with 5 additions and 2 deletions
|
@ -219,9 +219,9 @@ (define-public gx-go
|
|||
written in Go.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-ipfs
|
||||
(define-public kubo
|
||||
(package
|
||||
(name "go-ipfs")
|
||||
(name "kubo")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
|
@ -368,3 +368,6 @@ (define-public go-ipfs
|
|||
interface as simple as the HTTP web, but with permanence built in. You can
|
||||
also mount the world at @code{/ipfs}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-ipfs
|
||||
(deprecated-package "go-ipfs" kubo))
|
||||
|
|
Loading…
Reference in a new issue