summaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-14 15:59:41 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-14 15:59:41 +0200
commit66672a455cab26ba5bbd28fbe0ca28bae692dd88 (patch)
treefd8f566c82d3264fc1bb0b980cc22dcde8d29ba7 /gnu/packages/gl.scm
parentc11a6eb1e5064271c21306de2f4633d83e224320 (diff)
downloadpatches-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.scm6
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+)))