From 93a5256e22aada4d32efcca6806ae66ffe65751f Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 22 Apr 2023 04:20:00 +0000 Subject: [PATCH] python310Packages.mdit-py-plugins: add changelog to meta --- pkgs/development/python-modules/mdit-py-plugins/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/mdit-py-plugins/default.nix b/pkgs/development/python-modules/mdit-py-plugins/default.nix index e5f40f4c4d31..772d9547088b 100644 --- a/pkgs/development/python-modules/mdit-py-plugins/default.nix +++ b/pkgs/development/python-modules/mdit-py-plugins/default.nix @@ -42,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Collection of core plugins for markdown-it-py"; homepage = "https://github.com/executablebooks/mdit-py-plugins"; + changelog = "https://github.com/executablebooks/mdit-py-plugins/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ AluisioASG ]; };