aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/azure-mgmt-machinelearningcompute
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-10-19 09:47:11 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-10-20 11:18:11 +0200
commita87c27eccd407128d1df2182dcd1447b32297a24 (patch)
tree776a65715075d73df31529949f9ded1ce37796cb /pkgs/development/python-modules/azure-mgmt-machinelearningcompute
parent8ac510b8f72e35225ddee13fb38e497e31be9848 (diff)
pythonPackages.azure*: point to mono-repo for homepage
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-machinelearningcompute')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix b/pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix
index a68f7e438586..47e91ecf49f3 100644
--- a/pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix
@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "This is the Microsoft Azure Machine Learning Compute Management Client Library";
- homepage = https://github.com/Azure/azure-sdk-for-python/tree/master/azure-mgmt-machinelearningcompute;
+ homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit;
maintainers = with maintainers; [ mwilsoninsight ];
};