guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: fltk: Use HTTPS home page.


From: guix-commits
Subject: 09/09: gnu: fltk: Use HTTPS home page.
Date: Fri, 13 Mar 2020 00:40:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d1548cb09f9294d0c68e2eb54f2f27a594b84fe2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:20:26 2020 +0100

    gnu: fltk: Use HTTPS home page.
    
    * gnu/packages/fltk.scm (fltk)[home-page]: Use HTTPS.
---
 gnu/packages/fltk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index f09b383..573c054 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]