~ruther/guix-local

72b030c0495837191ea360e71fd6c786ec063edc — Ludovic Courtès 11 years ago b1e6668
gnu: cppunit: Add missing space in description.

* gnu/packages/check.scm (cppunit)[description]: Add missing space.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +1 -1
@@ 64,7 64,7 @@ source code editors and IDEs.")
    (home-page "http://sourceforge.net/projects/cppunit/")
    (synopsis "Unit testing framework for C++")
    (description "CppUnit is the C++ port of the famous JUnit framework for
unit testing. Test output is in XML for automatic testing and GUI based for
unit testing.  Test output is in XML for automatic testing and GUI based for
supervised tests.")
    (license lgpl2.1))) ; no copyright notices. LGPL2.1 is in the tarball