python3Packages.rpyc: update meta
This commit is contained in:
parent
253e48bb86
commit
368a2d854f
@ -32,8 +32,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";
|
description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";
|
||||||
homepage = "https://rpyc.readthedocs.org";
|
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…
x
Reference in New Issue
Block a user