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

This commit is contained in:
Jonathan Ringer
2019-10-20 11:18:11 +02:00
committed by Frederik Rietdijk
parent 8ac510b8f7
commit a87c27eccd
83 changed files with 83 additions and 83 deletions
@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model";
homepage = https://docs.microsoft.com/en-us/python/api/overview/azure/event-grid?view=azure-python;
homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ];
};