pythonPackages.azure*: point to mono-repo for homepage

This commit is contained in:
Jonathan Ringer
2019-10-19 09:47:11 -07:00
committed by Frederik Rietdijk
parent 8ac510b8f7
commit a87c27eccd
83 changed files with 83 additions and 83 deletions

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "This project provides a client library in Python that makes it easy to consume Microsoft Azure Storage services";
homepage = https://pypi.org/project/azure-servicefabric;
homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ];
};