gnu: fltk: Use HTTPS home page.
* gnu/packages/fltk.scm (fltk)[home-page]: Use HTTPS.
This commit is contained in:
parent
f50ef3493e
commit
d1548cb09f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
(("-lpng") (string-append "-L" png "/lib -lpng"))
|
(("-lpng") (string-append "-L" png "/lib -lpng"))
|
||||||
(("-lz") (string-append "-L" zlib "/lib -lz"))))
|
(("-lz") (string-append "-L" zlib "/lib -lz"))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://www.fltk.org")
|
(home-page "https://www.fltk.org")
|
||||||
(synopsis "3D C++ GUI library")
|
(synopsis "3D C++ GUI library")
|
||||||
(description "FLTK is a C++ GUI toolkit providing modern GUI functionality
|
(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
|
without the bloat. It supports 3D graphics via OpenGL and its built-in GLUT
|
||||||
|
|
Reference in a new issue