mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
python312Packages.pytools: fix typo
This commit is contained in:
parent
a445289eb9
commit
a1d7540026
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user