summary refs log tree commit diff
path: root/gnu/packages/version-control.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-10-14 09:48:52 +0200
committerLudovic Courtès <ludo@gnu.org>2013-10-14 09:48:52 +0200
commit749b90a5195f202f7c37f546d8d6218ea285279f (patch)
tree3c7d33aa445feb951b256caf076563d81197d2e4 /gnu/packages/version-control.scm
parentc1354b90e98538e890bc9388527e540a513a0d53 (diff)
downloadguix-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/version-control.scm')
-rw-r--r--gnu/packages/version-control.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c23e742e7d..cc6e3d3111 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -253,8 +253,8 @@ and offers an easy and intuitive interface.")
     (home-page "http://subversion.apache.org/")
     (synopsis "Subversion, a revision control system")
     (description
-     "Subversion exists to be universally recognized and adopted as an
-open-source, centralized version control system characterized by its
+     "Subversion exists to be universally recognized and adopted as a
+centralized version control system characterized by its
 reliability as a safe haven for valuable data; the simplicity of its model and
 usage; and its ability to support the needs of a wide variety of users and
 projects, from individuals to large-scale enterprise operations.")