python3Packages.fontparts: correct changlelog link

main
sternenseemann 2 years ago
parent e04ca59317
commit 4d6e6a4c2c
  1. 2
      pkgs/development/python-modules/fontparts/default.nix

@ -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 ];
};

Loading…
Cancel
Save