treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -20,7 +20,7 @@ if (pythonAtLeast "3.3") then null else buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Port of the 3.3+ ipaddress module to 2.6, 2.7, and 3.2";
|
||||
homepage = https://github.com/phihag/ipaddress;
|
||||
homepage = "https://github.com/phihag/ipaddress";
|
||||
license = licenses.psfl;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user