guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: brdf-explorer: Use HTTPS home page.


From: guix-commits
Subject: 06/07: gnu: brdf-explorer: Use HTTPS home page.
Date: Wed, 12 Feb 2020 18:54:49 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 68e30b8de6a0775647fbe2316d217eb35f2105f5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:38:56 2020 +0100

    gnu: brdf-explorer: Use HTTPS home page.
    
    * gnu/packages/graphics.scm (brdf-explorer)[home-page]: Use HTTPS.
---
 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 217ccb4..4b6e579 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -854,7 +854,7 @@ exec -a \"$0\" ~a/.brdf-real~%"
          ("glew" ,glew)
          ("freeglut" ,freeglut)
          ("zlib" ,zlib)))
-      (home-page "http://www.disneyanimation.com/technology/brdf.html";)
+      (home-page "https://www.disneyanimation.com/technology/brdf.html";)
       (synopsis
        "Analyze bidirectional reflectance distribution functions (BRDFs)")
       (description



reply via email to

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