nckx pushed a commit to branch master
in repository guix.
commit 15fea85d1c15c314ac444d12ad739a3bba6f0eaa
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200
gnu: cxxtest: Use Web Archived home page.
* gnu/packages/check.scm (cxxtest)[home-page]:
Use a copy archived by the Wayback Machine.
---
gnu/packages/check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 71dc9eb54b..1d70ea9fe0 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -785,7 +785,7 @@ favourite continuous integration framework. Among Cukinia
features are:
#t))))))
(propagated-inputs
(list python-ply))
- (home-page "https://cxxtest.com/")
+ (home-page
"https://web.archive.org/web/20230604070022/http://cxxtest.com/")
(synopsis "Unit testing framework for C++")
(description "CxxTest is a unit testing framework for C++ that is similar
in spirit to JUnit, CppUnit, and xUnit. CxxTest does not require precompiling