forked from mirrors/nixpkgs
python3Packages.pydash: different homepage
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
61cd842704
commit
d0a55e85bb
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
checkInputs = [ mock pytestCheckHook invoke ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://pypi.org/project/pydash/";
|
||||
homepage = "https://github.com/dgilland/pydash";
|
||||
description = "The kitchen sink of Python utility libraries for doing \"stuff\" in a functional way. Based on the Lo-Dash Javascript library.";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
|
|
Loading…
Reference in a new issue