gnu: fltk: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 18 Jan 2020 22:20:26 +0000 (23:20 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 13 Mar 2020 04:39:33 +0000 (05:39 +0100)
* gnu/packages/fltk.scm (fltk)[home-page]: Use HTTPS.

gnu/packages/fltk.scm

index f09b383..573c054 100644 (file)
@@ -88,7 +88,7 @@
                  (("-lpng") (string-append "-L" png "/lib -lpng"))
                  (("-lz") (string-append "-L" zlib "/lib -lz"))))
              #t)))))
-    (home-page "http://www.fltk.org")
+    (home-page "https://www.fltk.org")
     (synopsis "3D C++ GUI library")
     (description "FLTK is a C++ GUI toolkit providing modern GUI functionality
 without the bloat.  It supports 3D graphics via OpenGL and its built-in GLUT