diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | 15fea85d1c15c314ac444d12ad739a3bba6f0eaa (patch) | |
tree | 783b331e0fdbcbd0765afa8fdba496a18183ef43 /gnu | |
parent | 5fa4a99eb0bae4a20743e1d126dde74c713acf45 (diff) | |
download | guix-15fea85d1c15c314ac444d12ad739a3bba6f0eaa.tar.gz guix-15fea85d1c15c314ac444d12ad739a3bba6f0eaa.zip |
gnu: cxxtest: Use Web Archived home page.
* gnu/packages/check.scm (cxxtest)[home-page]:
Use a copy archived by the Wayback Machine.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |