From 15fea85d1c15c314ac444d12ad739a3bba6f0eaa Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 23 Jul 2023 02:00:00 +0200 Subject: 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(-) (limited to 'gnu/packages') 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 -- cgit 1.4.1