python310Packages.myjwt: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-13 17:22:56 +01:00
parent 2b66b9019f
commit 0d184f9c9d
@@ -59,6 +59,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "CLI tool for testing vulnerabilities of JSON Web Tokens (JWT)";
homepage = "https://github.com/mBouamama/MyJWT";
changelog = "https://github.com/tyki6/MyJWT/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
# Build failures