guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: cxxtest: Use Web Archived home page.


From: guix-commits
Subject: 03/13: gnu: cxxtest: Use Web Archived home page.
Date: Thu, 3 Aug 2023 15:16:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 15fea85d1c15c314ac444d12ad739a3bba6f0eaa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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



reply via email to

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