diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 02:14:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 02:40:59 +0200 |
commit | 3d9f26a0f87985034eb487c12a855b243eb94ad1 (patch) | |
tree | 36e7cc4980882ff46c2b80b9e03e966b4c953a62 /gnu/packages/astronomy.scm | |
parent | e405c0bcd92067449825e98db5afc0dafec8d81d (diff) | |
download | patches-3d9f26a0f87985034eb487c12a855b243eb94ad1.tar patches-3d9f26a0f87985034eb487c12a855b243eb94ad1.tar.gz |
gnu: stellarium: Use HTTPS home page.
* gnu/packages/astronomy.scm (stellarium)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bfda1aef75..9924d03233 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -166,7 +166,7 @@ programs for the manipulation and analysis of astronomical data.") (setenv "QT_QPA_PLATFORM" "offscreen") (setenv "HOME" "/tmp") #t))))) - (home-page "http://stellarium.org/") + (home-page "https://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. It |