From dee33b1edd02b4cd81b10d681aa97e2430a94708 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 20 Nov 2022 01:00:42 +0100 Subject: [PATCH] python310Packages.shtab: add changelog to meta --- pkgs/development/python-modules/shtab/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/shtab/default.nix b/pkgs/development/python-modules/shtab/default.nix index 24a29318170f..f7e2a0625f3b 100644 --- a/pkgs/development/python-modules/shtab/default.nix +++ b/pkgs/development/python-modules/shtab/default.nix @@ -46,6 +46,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module for shell tab completion of Python CLI applications"; homepage = "https://docs.iterative.ai/shtab/"; + changelog = "https://github.com/iterative/shtab/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };