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:
Maxim Cournoyer 2024-04-17 15:41:18 -04:00
parent fdfd7667c6
commit a69e5e5e47
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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")