summary refs log tree commit diff
path: root/pkgs/development/libraries/catch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/catch/default.nix')
-rw-r--r--pkgs/development/libraries/catch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/catch/default.nix b/pkgs/development/libraries/catch/default.nix
index 92e5c04e032..36d4960cdcc 100644
--- a/pkgs/development/libraries/catch/default.nix
+++ b/pkgs/development/libraries/catch/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C)";
-    homepage = http://catch-lib.net;
+    homepage = "http://catch-lib.net";
     license = licenses.boost;
     maintainers = with maintainers; [ edwtjo knedlsepp ];
     platforms = with platforms; unix;