pythonPackages.azure-synapse-artifacts: Fix meta

This commit is contained in:
Sandro Jäckel 2021-01-18 20:26:37 +01:00
parent 4c31da767f
commit 601917ea95
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -23,8 +23,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "azure.synapse.artifacts" ];
meta = with lib; {
description = "CHANGE";
homepage = "https://github.com/CHANGE/azure-synapse-artifacts/";
description = "Microsoft Azure Synapse Artifacts Client Library for Python";
homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};