diff options
author | Leo Famulari <leo@famulari.name> | 2016-07-30 10:02:38 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-30 10:05:44 -0400 |
commit | 6661db4e97d59bbf6c13981be774c28e2a0aaa7d (patch) | |
tree | e04b8f35ce6bd873f331abb0fa4a3008c4b1f906 /gnu/packages/education.scm | |
parent | c4382cd18f497506d873a0afbcb8d8caa3a4b4ad (diff) | |
download | patches-6661db4e97d59bbf6c13981be774c28e2a0aaa7d.tar patches-6661db4e97d59bbf6c13981be774c28e2a0aaa7d.tar.gz |
gnu: stellarium: Improve description.
Suggested by Danny Milosavljevic <dannym@scratchpost.org>.
* gnu/packages/education.scm (stellarium)[description]: Mention telescope
tracking.
Diffstat (limited to 'gnu/packages/education.scm')
-rw-r--r-- | gnu/packages/education.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 834cd6baf6..fde1e1b342 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -65,5 +65,7 @@ (home-page "http://www.stellarium.org/") (synopsis "3D sky viewer") (description "Stellarium is a planetarium. It shows a realistic sky in -3D, just like what you see with the naked eye, binoculars, or a telescope.") +3D, just like what you see with the naked eye, binoculars, or a telescope. It +can be used to control telescopes over a serial port for tracking celestial +objects.") (license license:gpl2+))) |