mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.fontparts: correct changlelog link
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user