summary refs log tree commit diff
path: root/gnu/packages/fltk.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 23:20:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-13 05:39:33 +0100
commitd1548cb09f9294d0c68e2eb54f2f27a594b84fe2 (patch)
treeba87f2ab8cbc0e5d827324e5b2010b1cf63bd8c2 /gnu/packages/fltk.scm
parentf50ef3493e6bdc0519fac57ffd32a5590fcca05d (diff)
downloadguix-d1548cb09f9294d0c68e2eb54f2f27a594b84fe2.tar.gz
gnu: fltk: Use HTTPS home page.
* gnu/packages/fltk.scm (fltk)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/fltk.scm')
-rw-r--r--gnu/packages/fltk.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index f09b383ef1..573c0541bb 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -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