guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/12: gnu: brdf-explorer: Use Web Archived home page.


From: guix-commits
Subject: 11/12: gnu: brdf-explorer: Use Web Archived home page.
Date: Fri, 14 Jul 2023 19:11:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c848cd643c9a5c3e831cba318da501254e7f8b6e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:03 2023 +0200

    gnu: brdf-explorer: Use Web Archived home page.
    
    * gnu/packages/graphics.scm (brdf-explorer)[home-page]:
     Refer to Web Archive.
---
 gnu/packages/graphics.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]