mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
python.pkgs.requests_toolbelt: add meta.license
This commit is contained in:
parent
a9c8616ce9
commit
114ffa3dd2
@ -30,5 +30,6 @@ buildPythonPackage rec {
|
|||||||
description = "A toolbelt of useful classes and functions to be used with python-requests";
|
description = "A toolbelt of useful classes and functions to be used with python-requests";
|
||||||
homepage = http://toolbelt.rtfd.org;
|
homepage = http://toolbelt.rtfd.org;
|
||||||
maintainers = with lib.maintainers; [ jgeerds ];
|
maintainers = with lib.maintainers; [ jgeerds ];
|
||||||
|
license = lib.licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user