+3
-3
pkgs/development/python-modules/azure-mgmt-relay/default.nix
+3
-3
pkgs/development/python-modules/azure-mgmt-relay/default.nix
···
37
doCheck = false;
38
pythonImportsCheck = [ "azure.mgmt.relay" ];
39
40
-
meta = with lib; {
41
description = "This is the Microsoft Azure Relay Client Library";
42
homepage = "https://github.com/Azure/azure-sdk-for-python";
43
-
license = licenses.mit;
44
-
maintainers = with maintainers; [ maxwilson ];
45
};
46
}
···
37
doCheck = false;
38
pythonImportsCheck = [ "azure.mgmt.relay" ];
39
40
+
meta = {
41
description = "This is the Microsoft Azure Relay Client Library";
42
homepage = "https://github.com/Azure/azure-sdk-for-python";
43
+
license = lib.licenses.mit;
44
+
maintainers = with lib.maintainers; [ maxwilson ];
45
};
46
}