aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRaghav Gururajan <rg@raghavgururajan.name>2021-04-27 05:23:32 -0400
committerLeo Prikler <leo.prikler@student.tugraz.at>2021-04-30 16:12:41 +0200
commitee86a035c79b838e3fdabbdb88dc30906a83cc30 (patch)
tree6fe06dbb8511144e31f0a2cc5fb893950472a780 /gnu/packages
parent2fd6484ad3486c3f8387e35d3388e59f4ea5053a (diff)
downloadguix-ee86a035c79b838e3fdabbdb88dc30906a83cc30.tar.gz
guix-ee86a035c79b838e3fdabbdb88dc30906a83cc30.zip
gnu: libsoup: Update home-page.
* gnu/packages/gnome.scm (libsoup)[home-page]: Modify. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2019-03-30records: Support custom 'this' identifiers....This lets record users choose an identifier other than 'this-record'. * guix/records.scm (make-syntactic-constructor): Add #:this-identifier. [wrap-field-value]: Honor it. (define-record-type*): Add form with extra THIS-IDENTIFIER and honor it. * tests/records.scm ("define-record-type* & thunked & inherit & custom this"): New test. Ludovic Courtès /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