summary refs log tree commit diff
path: root/pkgs/development/python-modules/routes/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/routes/default.nix')
-rw-r--r--pkgs/development/python-modules/routes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/routes/default.nix b/pkgs/development/python-modules/routes/default.nix
index 1e2e67c6206..985f6244cc6 100644
--- a/pkgs/development/python-modules/routes/default.nix
+++ b/pkgs/development/python-modules/routes/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A Python re-implementation of the Rails routes system for mapping URLs to application actions";
-    homepage = http://routes.groovie.org/;
+    homepage = "http://routes.groovie.org/";
     license = licenses.mit;
   };