treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,6 +12,6 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A serialization and RPC framework";
|
||||
homepage = https://pypi.python.org/pypi/avro/;
|
||||
homepage = "https://pypi.python.org/pypi/avro/";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user