diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:31:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:36:07 +0200 |
commit | c5779c931bcfd1073da1031bd8663871a88c2950 (patch) | |
tree | 0b4585f72dd0c541d0bfa6c6aa9db884017771b8 /gnu/packages/package-management.scm | |
parent | bed035c56060d008abbfcd7e4100f6aa76031314 (diff) | |
download | patches-c5779c931bcfd1073da1031bd8663871a88c2950.tar patches-c5779c931bcfd1073da1031bd8663871a88c2950.tar.gz |
gnu: Synchronize GNU package descriptions with upstream.
These are mostly two-space-after-end-of-sentence-period changes
resulting from commit 3a09e1d2.
Diffstat (limited to 'gnu/packages/package-management.scm')
-rw-r--r-- | gnu/packages/package-management.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 9f35de1819..b789b333b8 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -103,10 +103,10 @@ (synopsis "Functional package manager for installed software packages and versions") (description "GNU Guix is a functional package manager for the GNU system, and is -also a distribution thereof. It includes a virtual machine image. Besides +also a distribution thereof. It includes a virtual machine image. Besides the usual package management features, it also supports transactional -upgrades and roll-backs, per-user profiles, and much more. It is based on the -Nix package manager.") +upgrades and roll-backs, per-user profiles, and much more. It is based on +the Nix package manager.") (license gpl3+))) (define-public guix guix-0.7) |