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.
This commit is contained in:
parent
a5c71d158d
commit
a5b570b457
|
@ -960,7 +960,7 @@ XSL-T processor. It also performs any necessary post-processing.")
|
||||||
("libltdl" ,libltdl)))
|
("libltdl" ,libltdl)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.libexpat.org/")
|
(home-page "https://www.aleksey.com/xmlsec/")
|
||||||
(synopsis "XML Security Library")
|
(synopsis "XML Security Library")
|
||||||
(description
|
(description
|
||||||
"The XML Security Library is a C library based on Libxml2. It
|
"The XML Security Library is a C library based on Libxml2. It
|
||||||
|
|
Loading…
Reference in New Issue