From 4ca419cd4ff6189b4c739aa47d96e324f5f48b29 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 24 Jun 2023 22:34:38 +0200 Subject: [PATCH] python310Packages.jwcrypto: add changelog to meta --- pkgs/development/python-modules/jwcrypto/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/jwcrypto/default.nix b/pkgs/development/python-modules/jwcrypto/default.nix index 386df5140148..0d6361499ded 100644 --- a/pkgs/development/python-modules/jwcrypto/default.nix +++ b/pkgs/development/python-modules/jwcrypto/default.nix @@ -30,6 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Implementation of JOSE Web standards"; homepage = "https://github.com/latchset/jwcrypto"; + changelog = "https://github.com/latchset/jwcrypto/releases/tag/v${version}"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ costrouc ]; };