mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gnurl: Properly deprecate package.
* gnu/packages/gnunet.scm (gnurl): Move to... * gnu/packages/curl.scm (gnurl): ... here. Deprecate via 'deprecated-package'. Reported-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I779ff9a7923d6532fbac2c2bfd65d6aa56524f1f
This commit is contained in:
parent
fdfd7667c6
commit
a69e5e5e47
2 changed files with 2 additions and 2 deletions
|
@ -175,6 +175,8 @@ (define-public curl
|
|||
"See COPYING in the distribution."))
|
||||
(home-page "https://curl.haxx.se/")))
|
||||
|
||||
(define-public gnurl (deprecated-package "gnurl" curl))
|
||||
|
||||
(define-public curl-ssh
|
||||
(package/inherit curl
|
||||
(arguments
|
||||
|
|
|
@ -189,8 +189,6 @@ (define-public libmicrohttpd
|
|||
(license license:lgpl2.1+)
|
||||
(home-page "https://www.gnu.org/software/libmicrohttpd/")))
|
||||
|
||||
(define-deprecated/public-alias gnurl curl)
|
||||
|
||||
(define-public gnunet
|
||||
(package
|
||||
(name "gnunet")
|
||||
|
|
Loading…
Reference in a new issue