[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
- 01/12: download: Remove broken X.org mirrors., (continued)
- 01/12: download: Remove broken X.org mirrors., guix-commits, 2023/07/14
- 05/12: gnu: nsd: Update to 4.7.0., guix-commits, 2023/07/14
- 07/12: gnu: knot: Update to 3.2.8., guix-commits, 2023/07/14
- 08/12: gnu: knot: Use G-expressions., guix-commits, 2023/07/14
- 04/12: gnu: btor2tools: Use HTTPS home page., guix-commits, 2023/07/14
- 06/12: gnu: nsd: Use G-expressions., guix-commits, 2023/07/14
- 10/12: gnu: blasr-libcpp, blasr: Use Web Archived home pages., guix-commits, 2023/07/14
- 12/12: gnu: brdf-explorer: Mark up description., guix-commits, 2023/07/14
- 03/12: gnu: boolector: Use HTTPS home page., guix-commits, 2023/07/14
- 09/12: gnu: yadifa: Update to 2.6.4., guix-commits, 2023/07/14
- 11/12: gnu: brdf-explorer: Use Web Archived home page.,
guix-commits <=