about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/python-wifi
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/python-wifi')
-rw-r--r--nixpkgs/pkgs/development/python-modules/python-wifi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/python-wifi/default.nix b/nixpkgs/pkgs/development/python-modules/python-wifi/default.nix
index 7e4f2ebccf05..7300efc77bcc 100644
--- a/nixpkgs/pkgs/development/python-modules/python-wifi/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/python-wifi/default.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
   meta = with stdenv.lib; {
     inherit version;
     description = "Read & write wireless card capabilities using the Linux Wireless Extensions";
-    homepage = http://pythonwifi.tuxfamily.org/;
+    homepage = "http://pythonwifi.tuxfamily.org/";
     # From the README: "pythonwifi is licensed under LGPLv2+, however, the
     # examples (e.g. iwconfig.py and iwlist.py) are licensed under GPLv2+."
     license = with licenses; [ lgpl2Plus gpl2Plus ];