python3Packages.pydash: different homepage

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Maximilian Bosch 2021-03-19 23:25:50 +01:00 committed by GitHub
parent 61cd842704
commit d0a55e85bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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