python311Packages.ppft: fix changelog

This commit is contained in:
Weijia Wang 2024-03-07 22:07:32 +01:00
parent c6d34d2ef3
commit c97bef539e

View file

@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Distributed and parallel Python";
homepage = "https://ppft.readthedocs.io/";
changelog = "https://github.com/uqfoundation/ppft/releases/tag/ppft-${version}";
changelog = "https://github.com/uqfoundation/ppft/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};