From 4d6e6a4c2ca403aa69cd26d3a184a01d93fafb92 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 22 May 2022 14:00:19 +0200 Subject: [PATCH] python3Packages.fontparts: correct changlelog link --- pkgs/development/python-modules/fontparts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/fontparts/default.nix b/pkgs/development/python-modules/fontparts/default.nix index f394af315a19..0d836e51fe41 100644 --- a/pkgs/development/python-modules/fontparts/default.nix +++ b/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 ]; };