diff options
| author | dish <pyrox@pyrox.dev> | 2024-12-05 12:23:16 -0500 |
|---|---|---|
| committer | dish <pyrox@pyrox.dev> | 2024-12-05 14:31:34 -0500 |
| commit | f63243de45c1eb03fc752c5215715bba901dbedf (patch) | |
| tree | 56563f158cda369be80835892cda4551c8947b1c /pkgs/development/python-modules | |
| parent | 124b22467423cc1aa1f5b41c7e21c0a7785ba646 (diff) | |
python312Packages.azure-mgmt-relay: slightly modernize
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/azure-mgmt-relay/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-relay/default.nix b/pkgs/development/python-modules/azure-mgmt-relay/default.nix index a01f57711e20..30837b47b0d4 100644 --- a/pkgs/development/python-modules/azure-mgmt-relay/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-relay/default.nix @@ -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 ]; }; } |
