mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: cppunit: Add missing space in description.
* gnu/packages/check.scm (cppunit)[description]: Add missing space.
This commit is contained in:
parent
b1e666835e
commit
72b030c049
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ (define-public cppunit
|
|||
(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
|
||||
|
||||
|
|
Loading…
Reference in a new issue