diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-11-09 18:40:44 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-09 21:15:23 +0100 |
commit | d9a6d70283442f78a965b6c6d9713c4377d90de8 (patch) | |
tree | 4d3c12609c3f53889e888d898317058186a96aa9 /package/libxslt/Config.in | |
parent | 64904f0f6d691cfea5ae1c8f58e2d61aac0684c2 (diff) | |
download | buildroot-d9a6d70283442f78a965b6c6d9713c4377d90de8.tar.gz buildroot-d9a6d70283442f78a965b6c6d9713c4377d90de8.zip |
libxslt: correct homepage link
Link to the actual webpage of libxslt, not to the xslt spec page.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libxslt/Config.in')
-rw-r--r-- | package/libxslt/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxslt/Config.in b/package/libxslt/Config.in index ee2f66c36e..dfe5b99f04 100644 --- a/package/libxslt/Config.in +++ b/package/libxslt/Config.in @@ -13,4 +13,4 @@ config BR2_PACKAGE_LIBXSLT to describe how the document is transformed into another XML document that uses the formatting vocabulary. - http://www.w3.org/TR/xslt + http://xmlsoft.org/xslt/ |