diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-14 15:59:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-14 15:59:41 +0200 |
commit | 66672a455cab26ba5bbd28fbe0ca28bae692dd88 (patch) | |
tree | fd8f566c82d3264fc1bb0b980cc22dcde8d29ba7 /gnu/packages/gl.scm | |
parent | c11a6eb1e5064271c21306de2f4633d83e224320 (diff) | |
download | patches-66672a455cab26ba5bbd28fbe0ca28bae692dd88.tar patches-66672a455cab26ba5bbd28fbe0ca28bae692dd88.tar.gz |
gnu: Synchronize synopses and descriptions with the Womb.
* gnu/packages/gimp.scm (gimp): Synchronize synopsis and description.
* gnu/packages/gl.scm (guile-opengl): Likewise.
* gnu/packages/gnome.scm (gnumeric): Likewise.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 36ba0bd3d3..6f92cac55e 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -207,8 +207,8 @@ emulation to complete hardware acceleration for modern GPUs.") "freeglut")) %standard-phases))) (home-page "http://gnu.org/s/guile-opengl") - (synopsis "OpenGL bindings for Guile") + (synopsis "Guile binding for the OpenGL graphics API") (description - "GNU Guile-OpenGL is a library providing access to the OpenGL graphics -API from GNU Guile.") + "Guile-OpenGL is a library for Guile that provides bindings to the +OpenGL graphics API.") (license l:lgpl3+))) |