mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 4 additions and 4 deletions
|
@ -139,10 +139,10 @@ (define-public global ; a global variable
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue