gnu: global: Replace GLOBAL with GNU GLOBAL in description.

* gnu/packages/code.scm (global)[description]: Replace GLOBAL with GNU GLOBAL.
This commit is contained in:
Clément Lassieur 2018-03-08 08:58:38 +01:00
parent a89bf3318f
commit 254a88199f
No known key found for this signature in database
GPG Key ID: 89F96D4808F359C7
1 changed files with 4 additions and 4 deletions

View File

@ -139,10 +139,10 @@ highlighting your own code that seemed comprehensible when you wrote it.")
(home-page "https://www.gnu.org/software/global/") (home-page "https://www.gnu.org/software/global/")
(synopsis "Cross-environment source code tag system") (synopsis "Cross-environment source code tag system")
(description (description
"GLOBAL is a source code tagging system that functions in the same way "GNU GLOBAL is a source code tagging system that functions in the same
across a wide array of environments, such as different text editors, shells way across a wide array of environments, such as different text editors,
and web browsers. The resulting tags are useful for quickly moving around in shells and web browsers. The resulting tags are useful for quickly moving
a large, deeply nested project.") around in a large, deeply nested project.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public sloccount (define-public sloccount