guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e28191b20eb7f586572a7ff6fe1d2787c89ee2fc
Author: Rostislav Svoboda <[email protected]>
AuthorDate: Wed Jun 24 14:55:08 2026 +0000

    gnu: curlie: Fix home-page URL.
    
    * gnu/packages/curl.scm (curlie)[home-page]: Fix URL.
    
    Merges: guix/guix!9502
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/curl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 543df26de8..2b0bb22339 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -421,7 +421,7 @@ asynchronously via cURL in C++.")
     (inputs (list curl
                   go-golang-org-x-sys
                   go-golang-org-x-term))
-    (home-page "https://curlie.io";)
+    (home-page "https://rs.github.io/curlie";)
     (synopsis "The power of curl, the ease of use of httpie")
     (description "If you like the interface of HTTPie but miss the features of
 curl, curlie is what you are searching for.  Curlie is a frontend to

Reply via email to