Commit a1d75400 authored by K900's avatar K900
Browse files

python312Packages.pytools: fix typo

parent a445289e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };