me
/
guix
Archived
1
0
Fork 0

gnu: cxxtest: Use Web Archived home page.

* gnu/packages/check.scm (cxxtest)[home-page]:
Use a copy archived by the Wayback Machine.
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent 5fa4a99eb0
commit 15fea85d1c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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