python310Packages.asana: fix typo

This commit is contained in:
Fabian Affolter 2022-12-27 22:41:34 +01:00 committed by GitHub
parent e378e12329
commit 17b0cfb2ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; [ ];
};