python312Packages.azure-mgmt-relay: slightly modernize

This commit is contained in:
dish
2024-12-05 12:23:16 -05:00
parent 124b224674
commit f63243de45
@@ -37,10 +37,10 @@ buildPythonPackage rec {
doCheck = false;
pythonImportsCheck = [ "azure.mgmt.relay" ];
meta = with lib; {
meta = {
description = "This is the Microsoft Azure Relay Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit;
maintainers = with maintainers; [ maxwilson ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maxwilson ];
};
}