summaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
diff options
context:
space:
mode:
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+)))