diff options
-rw-r--r-- | gnu/packages/networking.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index db95e8561a..076bdca909 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2022,9 +2022,9 @@ replies, fping will send out a ping packet and move on to the next target in a round-robin fashion.") (license license:expat))) -(define-public gandi.cli +(define-public gandi-cli (package - (name "gandi.cli") + (name "gandi-cli") (version "1.6") (source (origin @@ -2075,6 +2075,9 @@ manage, and delete Internet resources from Gandi.net such as domain names, virtual machines, and certificates.") (license license:gpl3+))) +(define-public gandi.cli + (deprecated-package "gandi.cli" gandi-cli)) + (define-public go-sctp ;; docker-libnetwork-cmd-proxy requires this exact commit. ;; This commit is mentioned in docker-libnetwork-cmd-proxy's vendor.conf. |