gnu: brdf-explorer: Use HTTPS home page.

* gnu/packages/graphics.scm (brdf-explorer)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:38:56 +01:00
parent 96d580a647
commit 68e30b8de6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -854,7 +854,7 @@ (define-public brdf-explorer
("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