leoprikler pushed a commit to branch master
in repository guix.

commit ee86a035c79b838e3fdabbdb88dc30906a83cc30
Author: Raghav Gururajan <[email protected]>
AuthorDate: Tue Apr 27 05:23:32 2021 -0400

    gnu: libsoup: Update home-page.
    
    * gnu/packages/gnome.scm (libsoup)[home-page]: Modify.
    
    Signed-off-by: Leo Prikler <[email protected]>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d080e53..11e08e1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4938,7 +4938,7 @@ libxml to ease remote use of the RESTful API.")
     (inputs
      `(("mit-krb5" ,mit-krb5)
        ("ntlm_auth" ,samba))) ; For ntlm_auth support
-    (home-page "https://live.gnome.org/LibSoup/";)
+    (home-page "https://wiki.gnome.org/Projects/libsoup";)
     (synopsis "GLib-based HTTP Library")
     (description
      "LibSoup is an HTTP client/server library for GNOME.  It uses GObjects

Reply via email to