python310Packages.asana: fix typo
This commit is contained in:
parent
e378e12329
commit
17b0cfb2ea
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python client library for Asana";
|
||||
homepage = "https://github.com/asana/python-asana";
|
||||
chnagelog = "https://github.com/Asana/python-asana/releases/tag/v${version}";
|
||||
changelog = "https://github.com/Asana/python-asana/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue