python312Packages.azure-mgmt-relay: slightly modernize

pyrox.dev f63243de 124b2246

verified
Changed files
+3 -3
pkgs
development
python-modules
azure-mgmt-relay
+3 -3
pkgs/development/python-modules/azure-mgmt-relay/default.nix
···
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 ];
};
}