python3Packages.rpyc: update meta
This commit is contained in:
parent
253e48bb86
commit
368a2d854f
@ -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 ];
|
Loading…
Reference in New Issue
Block a user