gnu: subversion: Mention "svn" in the description.
* gnu/packages/version-control.scm (subversion)[description]: Mention "svn".
This commit is contained in:
parent
7e6d8d366a
commit
93d137020b
|
@ -1,7 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||||
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
|
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
|
||||||
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
|
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
|
||||||
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
|
||||||
|
@ -1364,7 +1364,7 @@ following features:
|
||||||
(home-page "https://subversion.apache.org/")
|
(home-page "https://subversion.apache.org/")
|
||||||
(synopsis "Revision control system")
|
(synopsis "Revision control system")
|
||||||
(description
|
(description
|
||||||
"Subversion exists to be universally recognized and adopted as a
|
"Subversion (aka. ``svn'') exists to be recognized and adopted as a
|
||||||
centralized version control system characterized by its
|
centralized version control system characterized by its
|
||||||
reliability as a safe haven for valuable data; the simplicity of its model and
|
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
|
usage; and its ability to support the needs of a wide variety of users and
|
||||||
|
|
Loading…
Reference in New Issue