python38Packages.lazy_import: quote homepage (#140031)

This commit is contained in:
R. RyanTM
2021-09-30 17:14:12 +02:00
committed by GitHub
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 ];
};