Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-09-03 19:21:10 +02:00
278 changed files with 3663 additions and 2242 deletions

View File

@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, pythonOlder
, pytestCheckHook
, importlib-metadata
, pytestCheckHook
}:
@@ -24,7 +25,8 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Tiny library for adding function or object registries";
homepage = "https://github.com/explosion/catalogue";
changelog = "https://github.com/explosion/catalogue/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ danieldk ];
};
};
}