From 6661db4e97d59bbf6c13981be774c28e2a0aaa7d Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 30 Jul 2016 10:02:38 -0400 Subject: [PATCH] gnu: stellarium: Improve description. Suggested by Danny Milosavljevic . * gnu/packages/education.scm (stellarium)[description]: Mention telescope tracking. --- gnu/packages/education.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 834cd6baf6de9fb340e31199921eac2e939053d6..fde1e1b342fcb9d6982f1622eaeab4a10de16156 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+)))