python3Packages.fontparts: correct changlelog link
This commit is contained in:
parent
e04ca59317
commit
4d6e6a4c2c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue