mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
6f80e25f35
commit
c848cd643c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue