aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-06-05 11:46:41 +0200
committerLudovic Courtès <ludo@gnu.org>2017-06-05 23:52:41 +0200
commitd7c5aac1b1993644520cb6b079a8a7197696c421 (patch)
treeb2ed5ef70754081f5c06200209719bb0916c0a89
parent1819fd2cd9bc7b4477a90dec4e7febef90fe8fc0 (diff)
downloadguix-d7c5aac1b1993644520cb6b079a8a7197696c421.tar
guix-d7c5aac1b1993644520cb6b079a8a7197696c421.tar.gz
gnu: openscenegraph: Tweak description.
* gnu/packages/graphics.scm (openscenegraph)[description]: Remove "open source". Use en_US spelling.
-rw-r--r--gnu/packages/graphics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 90a2909ab2..4fa4033246 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -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.