mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: curl: Update home page.
* gnu/packages/curl.scm (curl) [home-page]: Update URL. Change-Id: I0fbcdceddd8c7b40edb430e9a5ebc160f47efb29
This commit is contained in:
parent
7b8c099f3e
commit
0a9040a51b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue