aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
commit79c311b81cd8b12075f4c8028a65787481ee40c5 (patch)
tree7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/gcc.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadguix-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
guix-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r--gnu/packages/gcc.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index aa3b48692e..bcaab30886 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -211,7 +211,7 @@ where the OS part is overloaded to denote a specific ABI---into GCC
(description
"GCC is the GNU Compiler Collection. It provides compiler front-ends
for several languages, including C, C++, Objective-C, Fortran, Java, Ada, and
-Go. It also includes standard libraries for these languages.")
+Go. It also includes runtime support libraries for these languages.")
(license gpl3+)
(home-page "http://gcc.gnu.org/"))))