guix-commits
[Top][All Lists]
Advanced

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

04/87: gnu: flux: Use HTTPS home page URI.


From: guix-commits
Subject: 04/87: gnu: flux: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:26 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 9045bf80a7b9aa3dc71ac14b7d53abf35431c471
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:06:26 2021 +0100

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

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index a76417a..7e83c7e 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -320,7 +320,7 @@ minimum of resource usage and overhead.")
     (synopsis "Interface description language")
     (description "Flux is an interface description language used by DirectFB.
 Fluxcomp compiles .flux files to .cpp or .c files.")
-    (home-page "http://www.directfb.org/";)
+    (home-page "https://www.directfb.org/";)
     (license license:lgpl2.1+))) ; Same as DirectFB
 
 (define-public fox



reply via email to

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