summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/atlassian-python-api
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/atlassian-python-api')
-rw-r--r--pkgs/development/python-modules/atlassian-python-api/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/atlassian-python-api/default.nix b/pkgs/development/python-modules/atlassian-python-api/default.nix
index 05396c3dc2ec..fdfcc6a6350e 100644
--- a/pkgs/development/python-modules/atlassian-python-api/default.nix
+++ b/pkgs/development/python-modules/atlassian-python-api/default.nix
@@ -47,11 +47,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "atlassian" ];
- meta = with lib; {
+ meta = {
description = "Python Atlassian REST API Wrapper";
homepage = "https://github.com/atlassian-api/atlassian-python-api";
changelog = "https://github.com/atlassian-api/atlassian-python-api/releases/tag/${src.tag}";
- license = licenses.asl20;
- maintainers = with maintainers; [ arnoldfarkas ];
+ license = lib.licenses.asl20;
+ maintainers = with lib.maintainers; [ arnoldfarkas ];
};
}