guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Clément Lassieur
Subject: 01/01: gnu: global: Replace GLOBAL with GNU GLOBAL in description.
Date: Thu, 8 Mar 2018 03:03:59 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit 254a88199f32d35e39c8913bc557ea2db69bd04e
Author: Clément Lassieur <address@hidden>
Date:   Thu Mar 8 08:58:38 2018 +0100

    gnu: global: Replace GLOBAL with GNU GLOBAL in description.
    
    * gnu/packages/code.scm (global)[description]: Replace GLOBAL with GNU 
GLOBAL.
---
 gnu/packages/code.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 8d9c661..13a89c7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]