diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-27 05:23:32 -0400 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-04-30 16:12:41 +0200 |
commit | ee86a035c79b838e3fdabbdb88dc30906a83cc30 (patch) | |
tree | 6fe06dbb8511144e31f0a2cc5fb893950472a780 /gnu | |
parent | 2fd6484ad3486c3f8387e35d3388e59f4ea5053a (diff) | |
download | guix-ee86a035c79b838e3fdabbdb88dc30906a83cc30.tar.gz |
gnu: libsoup: Update home-page.
* gnu/packages/gnome.scm (libsoup)[home-page]: Modify. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d080e53ef0..11e08e15e9 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 |