forked from mirrors/nixpkgs
python38Packages.lazy_import: quote homepage (#140031)
This commit is contained in:
parent
ccbf4cad46
commit
c0a8ff18be
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "lazy_import provides a set of functions that load modules, and related attributes, in a lazy fashion.";
|
||||
homepage = https://github.com/mnmelo/lazy_import;
|
||||
homepage = "https://github.com/mnmelo/lazy_import";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.marenz ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue