about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-18 20:26:37 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-20 21:09:23 +0100
commit601917ea95b4413f7c2e7f9f8f2114850d982de8 (patch)
treeb16b936c761c0dfa26940e615cca31e8c0b8a9d3 /pkgs
parent4c31da767fdff1c0ab237f7c8d12ef8edbbef92f (diff)
pythonPackages.azure-synapse-artifacts: Fix meta
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/azure-synapse-artifacts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-synapse-artifacts/default.nix b/pkgs/development/python-modules/azure-synapse-artifacts/default.nix
index f33df1fdbe8da..5a414388c4c84 100644
--- a/pkgs/development/python-modules/azure-synapse-artifacts/default.nix
+++ b/pkgs/development/python-modules/azure-synapse-artifacts/default.nix
@@ -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 ];
   };