Merge staging into python-unstable

This commit is contained in:
Frederik Rietdijk
2019-02-21 08:02:10 +01:00
541 changed files with 16396 additions and 6981 deletions

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = {
description = "A toolbelt of useful classes and functions to be used with python-requests";
homepage = http://toolbelt.rtfd.org;
maintainers = with lib.maintainers; [ jgeerds ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ matthiasbeyer jgeerds ];
};
}
}