python312Packages.pytools: fix typo

This commit is contained in:
K900 2024-10-14 16:44:30 +03:00
parent a445289eb9
commit a1d7540026

View File

@ -53,7 +53,7 @@ buildPythonPackage rec {
meta = {
description = "Miscellaneous Python lifesavers";
homepage = "https://github.com/inducer/pytools/";
changelo = "https://github.com/inducer/pytools/releases/tag/v${version}";
changelog = "https://github.com/inducer/pytools/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ artuuge ];
};