python.pkgs.requests_toolbelt: add meta.license

This commit is contained in:
Robert Schütz 2019-02-14 14:09:55 +01:00 committed by Frederik Rietdijk
parent a9c8616ce9
commit 114ffa3dd2

View file

@ -30,5 +30,6 @@ buildPythonPackage rec {
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;
};
}