gnu: stellarium: Use HTTPS home page.
* gnu/packages/astronomy.scm (stellarium)[home-page]: Use HTTPS.
This commit is contained in:
parent
e405c0bcd9
commit
3d9f26a0f8
|
@ -166,7 +166,7 @@ programs for the manipulation and analysis of astronomical data.")
|
||||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||||
(setenv "HOME" "/tmp")
|
(setenv "HOME" "/tmp")
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://stellarium.org/")
|
(home-page "https://stellarium.org/")
|
||||||
(synopsis "3D sky viewer")
|
(synopsis "3D sky viewer")
|
||||||
(description "Stellarium is a planetarium. It shows a realistic sky in
|
(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. It
|
3D, just like what you see with the naked eye, binoculars, or a telescope. It
|
||||||
|
|
Loading…
Reference in New Issue