diff options
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 0fc51c5501..66d6d63a3f 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -84,8 +84,8 @@ things the parser might find in the XML document (like start tags).") (file-type 'regular)))) (search-paths native-search-paths) (description - "Libxml2 is the XML C parser and toolkit developed for the Gnome project -(but it is usable outside of the Gnome platform).") + "Libxml2 is the XML C parser and toolkit developed for the Gnome +project (but it is usable outside of the Gnome platform).") (license license:x11))) (define-public python-libxml2 |