From a5b570b457cabeb0f75603a33e8cde28e7bc7c19 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 26 Jan 2018 16:36:01 +0100 Subject: gnu: xmlsec: Correct home page. If this package ever shared the libexpat home page, it no longer does. * gnu/packages/xml.scm (xmlsec)[home-page]: Update. --- gnu/packages/xml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b34e7d5721..03623593a3 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -960,7 +960,7 @@ XSL-T processor. It also performs any necessary post-processing.") ("libltdl" ,libltdl))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://www.libexpat.org/") + (home-page "https://www.aleksey.com/xmlsec/") (synopsis "XML Security Library") (description "The XML Security Library is a C library based on Libxml2. It -- cgit v1.2.3