python3Packages.rpyc: update meta

This commit is contained in:
Fabian Affolter 2021-01-12 19:35:40 +01:00
parent 253e48bb86
commit 368a2d854f

View File

@ -32,8 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";
homepage = "https://rpyc.readthedocs.org";
license = licenses.mit;
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];