treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tzinfo object for the local timezone";
|
||||
homepage = https://github.com/regebro/tzlocal;
|
||||
homepage = "https://github.com/regebro/tzlocal";
|
||||
license = licenses.cddl;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user