treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -19,7 +19,7 @@ if pythonAtLeast "3.4" then null else buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://pypi.python.org/pypi/enum34;
|
||||
homepage = "https://pypi.python.org/pypi/enum34";
|
||||
description = "Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4";
|
||||
license = licenses.bsd0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user