~ruther/guix-local

c848cd643c9a5c3e831cba318da501254e7f8b6e — Tobias Geerinckx-Rice 3 years ago 6f80e25
gnu: brdf-explorer: Use Web Archived home page.

* gnu/packages/graphics.scm (brdf-explorer)[home-page]:
 Refer to Web Archive.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/graphics.scm
M gnu/packages/graphics.scm => gnu/packages/graphics.scm +3 -1
@@ 1642,7 1642,9 @@ exec -a \"$0\" ~a/.brdf-real~%"
       (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