diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 16:36:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 17:21:30 +0100 |
commit | a5b570b457cabeb0f75603a33e8cde28e7bc7c19 (patch) | |
tree | c58e23acdbcbd1229a605e20c59e7cd9b414b6c2 /gnu | |
parent | a5c71d158d1e407d61c668861bb9bc8142e6752e (diff) | |
download | patches-a5b570b457cabeb0f75603a33e8cde28e7bc7c19.tar patches-a5b570b457cabeb0f75603a33e8cde28e7bc7c19.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |