diff options
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 34ffc3dd7e..6dd90eaf93 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -704,7 +704,7 @@ OpenGL graphics API.") ;; epoxy.pc: 'Requires.private: gl egl' (list mesa)) (home-page "https://github.com/anholt/libepoxy/") - (synopsis "library for handling OpenGL function pointer management") + (synopsis "Library for handling OpenGL function pointer management") (description "A library for handling OpenGL function pointer management.") (license license:x11))) |