diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-10-14 09:48:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-10-14 09:48:52 +0200 |
commit | 749b90a5195f202f7c37f546d8d6218ea285279f (patch) | |
tree | 3c7d33aa445feb951b256caf076563d81197d2e4 /gnu/packages/cmake.scm | |
parent | c1354b90e98538e890bc9388527e540a513a0d53 (diff) | |
download | guix-749b90a5195f202f7c37f546d8d6218ea285279f.tar guix-749b90a5195f202f7c37f546d8d6218ea285279f.tar.gz |
gnu: subversion, cmake: Clean up descriptions.
* gnu/packages/cmake.scm (cmake): Simplify the synopsis.
* gnu/packages/version-control.scm (subversion): Remove "open-source"
from the description.
Diffstat (limited to 'gnu/packages/cmake.scm')
-rw-r--r-- | gnu/packages/cmake.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index c80bc2eb6a..a5c3d45193 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -67,7 +67,7 @@ (inputs `(("file" ,file))) (home-page "http://www.cmake.org/") - (synopsis "A cross-platform, open-source build system") + (synopsis "Cross-platform build system") (description "CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform |