gnu: openscenegraph: Tweak description.

* gnu/packages/graphics.scm (openscenegraph)[description]: Remove "open
source".  Use en_US spelling.
This commit is contained in:
Ludovic Courtès 2017-06-05 11:46:41 +02:00
parent 1819fd2cd9
commit d7c5aac1b1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -353,9 +353,9 @@ visual effects work for film.")
("mesa", mesa)))
(synopsis "High performance real-time graphics toolkit")
(description
"The OpenSceneGraph is an open source high performance 3D graphics toolkit,
"The OpenSceneGraph is a high performance 3D graphics toolkit
used by application developers in fields such as visual simulation, games,
virtual reality, scientific visualization and modelling.")
virtual reality, scientific visualization and modeling.")
(home-page "http://www.openscenegraph.org")
;; The 'LICENSE' file explains that the source is licensed under
;; LGPL 2.1, but with 4 exceptions. This version is called OSGPL.