From b2588bfab2dc100b96dc3f904559c36329bc0b4e Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 16 Mar 2022 14:04:39 +0100 Subject: [PATCH 10/14] gnu: serd: update home-page url. --- gnu/packages/rdf.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index e3a26cf734..62e245daf6 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -297,7 +297,7 @@ (define-public serd (string-append "-Wl,-rpath=" (assoc-ref outputs "out") "/lib")) #t))))) - (home-page "https://drobilla.net/software/serd/") + (home-page "https://drobilla.net/software/serd") (synopsis "Library for RDF syntax supporting Turtle and NTriples") (description "Serd is a lightweight C library for RDF syntax which supports reading -- 2.34.0