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:
parent
a89bf3318f
commit
254a88199f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue