summary refs log tree commit diff
path: root/pkgs/development/python-modules/nose-cprof/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/nose-cprof/default.nix')
-rw-r--r--pkgs/development/python-modules/nose-cprof/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/nose-cprof/default.nix b/pkgs/development/python-modules/nose-cprof/default.nix
index c8bc7dbaf68..aa3f0d37f09 100644
--- a/pkgs/development/python-modules/nose-cprof/default.nix
+++ b/pkgs/development/python-modules/nose-cprof/default.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A python nose plugin to profile using cProfile rather than the default Hotshot profiler";
-    homepage = https://github.com/msherry/nose-cprof;
+    homepage = "https://github.com/msherry/nose-cprof";
     license = licenses.bsd0;
   };