3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.lazy_import: quote homepage (#140031)

This commit is contained in:
R. RyanTM 2021-09-30 08:14:12 -07:00 committed by GitHub
parent ccbf4cad46
commit c0a8ff18be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};