gnu: curl: Update home page.

* gnu/packages/curl.scm (curl) [home-page]: Update URL.

Change-Id: I0fbcdceddd8c7b40edb430e9a5ebc160f47efb29
This commit is contained in:
Maxim Cournoyer 2024-11-11 20:40:11 +09:00
parent 7b8c099f3e
commit 0a9040a51b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -174,9 +174,9 @@ (define-public curl
form based upload, proxies, cookies, file transfer resume, user+password
authentication (Basic, Digest, NTLM, Negotiate, kerberos...), proxy
tunneling, and so on.")
(home-page "https://curl.se/")
(license (license:non-copyleft "file://COPYING"
"See COPYING in the distribution."))
(home-page "https://curl.haxx.se/")))
"See COPYING in the distribution."))))
(define-public curl/fixed
(hidden-package