about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/h5py/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/h5py/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/h5py/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/h5py/default.nix b/nixpkgs/pkgs/development/python-modules/h5py/default.nix
index 23e659ea7ae6..2ee4a858f615 100644
--- a/nixpkgs/pkgs/development/python-modules/h5py/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/h5py/default.nix
@@ -46,7 +46,7 @@ in buildPythonPackage rec {
   meta = {
     description =
       "Pythonic interface to the HDF5 binary data format";
-    homepage = http://www.h5py.org/;
+    homepage = "http://www.h5py.org/";
     license = stdenv.lib.licenses.bsd2;
   };
 }