diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:38:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-13 00:24:32 +0100 |
commit | 68e30b8de6a0775647fbe2316d217eb35f2105f5 (patch) | |
tree | e1379aa2a41d61cad6ac1fbe536bd15742af10e8 /gnu/packages | |
parent | 96d580a6472f85f48adb89b4d7bc04fb99526822 (diff) |
gnu: brdf-explorer: Use HTTPS home page.
* gnu/packages/graphics.scm (brdf-explorer)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 217ccb4ece..4b6e57986c 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 |