python310Packages.jwcrypto: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-24 22:34:38 +02:00 committed by GitHub
parent 0677e7a855
commit 4ca419cd4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};