Commit e0420f93 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

cxxtest: update homepage

parent 87c0ae4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
  dontWrapPythonPrograms = true;

  meta = with lib; {
    homepage = "http://cxxtest.com";
    homepage = "http://github.com/CxxTest/cxxtest";
    description = "Unit testing framework for C++";
    mainProgram = "cxxtestgen";
    license = licenses.lgpl3;