treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user