gnu: cxxtest: Use Web Archived home page.
* gnu/packages/check.scm (cxxtest)[home-page]: Use a copy archived by the Wayback Machine.
This commit is contained in:
parent
5fa4a99eb0
commit
15fea85d1c
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@ favourite continuous integration framework. Among Cukinia features are:
|
||||||
#t))))))
|
#t))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-ply))
|
(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++")
|
(synopsis "Unit testing framework for C++")
|
||||||
(description "CxxTest is a unit testing framework for C++ that is similar
|
(description "CxxTest is a unit testing framework for C++ that is similar
|
||||||
in spirit to JUnit, CppUnit, and xUnit. CxxTest does not require precompiling
|
in spirit to JUnit, CppUnit, and xUnit. CxxTest does not require precompiling
|
||||||
|
|
Reference in a new issue