mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gandi.cli: Rename variable.
* gnu/packages/networking.scm (gandi.cli): Rename to gandi-cli and deprecate gandi.cli. (gandi-cli): New variable. Change-Id: I082481f310e1fe968987906ad67df7c57d410390
This commit is contained in:
parent
2b401dde7d
commit
18e36c6487
1 changed files with 5 additions and 2 deletions
|
@ -2022,9 +2022,9 @@ replies, fping will send out a ping packet and move on to the next target in a
|
||||||
round-robin fashion.")
|
round-robin fashion.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public gandi.cli
|
(define-public gandi-cli
|
||||||
(package
|
(package
|
||||||
(name "gandi.cli")
|
(name "gandi-cli")
|
||||||
(version "1.6")
|
(version "1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -2075,6 +2075,9 @@ manage, and delete Internet resources from Gandi.net such as domain names,
|
||||||
virtual machines, and certificates.")
|
virtual machines, and certificates.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public gandi.cli
|
||||||
|
(deprecated-package "gandi.cli" gandi-cli))
|
||||||
|
|
||||||
(define-public go-sctp
|
(define-public go-sctp
|
||||||
;; docker-libnetwork-cmd-proxy requires this exact commit.
|
;; docker-libnetwork-cmd-proxy requires this exact commit.
|
||||||
;; This commit is mentioned in docker-libnetwork-cmd-proxy's vendor.conf.
|
;; This commit is mentioned in docker-libnetwork-cmd-proxy's vendor.conf.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue