python310Packages.rpyc: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-02 00:10:15 +01:00 committed by GitHub
parent 00a025978c
commit debb75dbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";
homepage = "https://rpyc.readthedocs.org";
changelog = "https://github.com/tomerfiliba-org/rpyc/blob/${version}/CHANGELOG.rst";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};