mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: stellarium: Use HTTPS home page.
* gnu/packages/astronomy.scm (stellarium)[home-page]: Use HTTPS.
This commit is contained in:
parent
e405c0bcd9
commit
3d9f26a0f8
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ (define-public stellarium
|
||||||
(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 a new issue