diff options
author | Matt Weber <matthew.weber@rockwellcollins.com> | 2019-01-22 07:58:46 -0600 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-01-22 22:13:49 +0100 |
commit | 22c80d2a820f33ccfbaef3446d72a7650ebddf38 (patch) | |
tree | 5667be613b6ad277cde5db0442177342b96f24ab | |
parent | 02af305b5c94a484ef0a393a722ec88792d9aa6f (diff) | |
download | buildroot-22c80d2a820f33ccfbaef3446d72a7650ebddf38.tar.gz buildroot-22c80d2a820f33ccfbaef3446d72a7650ebddf38.zip |
package/xerces: use new website (was redirecting)
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/xerces/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xerces/Config.in b/package/xerces/Config.in index 8d55a5cbc2..2edc4346b5 100644 --- a/package/xerces/Config.in +++ b/package/xerces/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_XERCES help Xerces-C++ is a validating XML parser written in portable C++. - http://xml.apache.org/xerces-c/ + http://xerces.apache.org/xerces-c/ comment "xerces-c++ needs a toolchain w/ C++, wchar" depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR) |