me
/
guix
Archived
1
0
Fork 0

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
master
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 @@ tunneling, and so on.")
"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 @@ authentication and support for SSL3 and TLS.")
(license license:lgpl2.1+)
(home-page "https://www.gnu.org/software/libmicrohttpd/")))
(define-deprecated/public-alias gnurl curl)
(define-public gnunet
(package
(name "gnunet")