treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -25,7 +25,7 @@ buildPythonPackage {
|
||||
buildInputs = [ simplejson unittest2 nose ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://pypi.python.org/pypi/pycurl2;
|
||||
homepage = "https://pypi.python.org/pypi/pycurl2";
|
||||
description = "A fork from original PycURL library that no maintained from 7.19.0";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user