lol

python38Packages.lazy_import: quote homepage (#140031)

authored by

R. RyanTM and committed by
GitHub
c0a8ff18 ccbf4cad

+1 -1
+1 -1
pkgs/development/python-modules/lazy_import/default.nix
··· 28 28 29 29 meta = with lib; { 30 30 description = "lazy_import provides a set of functions that load modules, and related attributes, in a lazy fashion."; 31 - homepage = https://github.com/mnmelo/lazy_import; 31 + homepage = "https://github.com/mnmelo/lazy_import"; 32 32 license = licenses.gpl3; 33 33 maintainers = [ maintainers.marenz ]; 34 34 };