1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: fltk: Use HTTPS home page.

* gnu/packages/fltk.scm (fltk)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice
2020-01-18 23:20:26 +01:00
parent f50ef3493e
commit d1548cb09f

View 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