aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2018-03-08 08:58:38 +0100
committerClément Lassieur <clement@lassieur.org>2018-03-08 09:01:12 +0100
commit254a88199f32d35e39c8913bc557ea2db69bd04e (patch)
tree4534dc7aa0bfc98ddcbeb23bb6cfc0ee882bf81e
parenta89bf3318f81e9b190188f5f9ab9b1fa94c318db (diff)
downloadguix-254a88199f32d35e39c8913bc557ea2db69bd04e.tar
guix-254a88199f32d35e39c8913bc557ea2db69bd04e.tar.gz
gnu: global: Replace GLOBAL with GNU GLOBAL in description.
* gnu/packages/code.scm (global)[description]: Replace GLOBAL with GNU GLOBAL.
-rw-r--r--gnu/packages/code.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 8d9c661302..13a89c7bcc 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -139,10 +139,10 @@ highlighting your own code that seemed comprehensible when you wrote it.")
(home-page "https://www.gnu.org/software/global/")
(synopsis "Cross-environment source code tag system")
(description
- "GLOBAL is a source code tagging system that functions in the same way
-across a wide array of environments, such as different text editors, shells
-and web browsers. The resulting tags are useful for quickly moving around in
-a large, deeply nested project.")
+ "GNU GLOBAL is a source code tagging system that functions in the same
+way across a wide array of environments, such as different text editors,
+shells and web browsers. The resulting tags are useful for quickly moving
+around in a large, deeply nested project.")
(license license:gpl3+)))
(define-public sloccount