diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:20:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 05:39:33 +0100 |
commit | d1548cb09f9294d0c68e2eb54f2f27a594b84fe2 (patch) | |
tree | ba87f2ab8cbc0e5d827324e5b2010b1cf63bd8c2 /gnu/packages/fltk.scm | |
parent | f50ef3493e6bdc0519fac57ffd32a5590fcca05d (diff) | |
download | patches-d1548cb09f9294d0c68e2eb54f2f27a594b84fe2.tar patches-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.scm | 2 |
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 |