python3Packages.fontparts: correct changlelog link

This commit is contained in:
sternenseemann 2022-05-22 14:00:19 +02:00
parent e04ca59317
commit 4d6e6a4c2c

View File

@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "An API for interacting with the parts of fonts during the font development process.";
homepage = "https://github.com/robotools/fontParts";
changelog = "https://github.com/robotools/fontParts/releases/tag/v${version}";
changelog = "https://github.com/robotools/fontParts/releases/tag/${version}";
license = licenses.mit;
maintainers = [ maintainers.sternenseemann ];
};