gnu: brdf-explorer: Use Web Archived home page.

* gnu/packages/graphics.scm (brdf-explorer)[home-page]:
 Refer to Web Archive.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-09 02:00:03 +02:00
parent 6f80e25f35
commit c848cd643c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1642,7 +1642,9 @@ (define-public brdf-explorer
(list qttools-5)) ;for 'qmake'
(inputs
(list qtbase-5 mesa glew freeglut zlib))
(home-page "https://www.disneyanimation.com/technology/brdf.html")
(home-page
(string-append "https://web.archive.org/web/20190115030100/"
"https://www.disneyanimation.com/technology/brdf.html"))
(synopsis
"Analyze bidirectional reflectance distribution functions (BRDFs)")
(description