mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
python310Packages.asana: fix typo
This commit is contained in:
parent
e378e12329
commit
17b0cfb2ea
@ -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 New Issue
Block a user