diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:10 +0200 |
commit | c848cd643c9a5c3e831cba318da501254e7f8b6e (patch) | |
tree | c8dd54599fb119d7660918c0647a51d2636d0772 | |
parent | 6f80e25f357abc59d79e83a62d7c703ab487758d (diff) |
gnu: brdf-explorer: Use Web Archived home page.
* gnu/packages/graphics.scm (brdf-explorer)[home-page]:
Refer to Web Archive.
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 85e7b03a33..f830b22158 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -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 |