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