python310Packages.casbin: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-19 22:09:10 +01:00
parent b8f2820420
commit 4f87a14804

@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Authorization library that supports access control models like ACL, RBAC and ABAC";
homepage = "https://github.com/casbin/pycasbin";
changelog = "https://github.com/casbin/pycasbin/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ costrouc ];
};