aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bazaar.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-05-11 15:58:20 +0200
committerLudovic Courtès <ludo@gnu.org>2013-05-11 15:58:20 +0200
commit2c71cf66a55cd1501ebb1b765069501edf0d1bf4 (patch)
tree938d0484b2518cca5b8c8b24d720c070cb925b1a /gnu/packages/bazaar.scm
parent410e38f814e5a6c1314f6f93b9fe3fcf553261a8 (diff)
downloadguix-2c71cf66a55cd1501ebb1b765069501edf0d1bf4.tar
guix-2c71cf66a55cd1501ebb1b765069501edf0d1bf4.tar.gz
gnu: Sync synopses with the Womb.
* gnu/packages/bazaar.scm (bazaar): Use synopsis from the Womb. * gnu/packages/gv.scm (gv): Likewise.
Diffstat (limited to 'gnu/packages/bazaar.scm')
-rw-r--r--gnu/packages/bazaar.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bazaar.scm b/gnu/packages/bazaar.scm
index debaef88a1..63fe341999 100644
--- a/gnu/packages/bazaar.scm
+++ b/gnu/packages/bazaar.scm
@@ -45,10 +45,10 @@
(arguments
`(#:tests? #f)) ; no test target
(home-page "https://gnu.org/software/bazaar")
- (synopsis "Distributed and central version control system")
+ (synopsis "Decentralized revision control system")
(description
"GNU Bazaar is a distributed version control system, which supports both
central version control and distributed version control. Developers can
organize their workspace in whichever way they want. It is possible to work
from a command line or use a GUI application.")
- (license gpl2+))) \ No newline at end of file
+ (license gpl2+)))