pythonPackages.azure-mgmt-nspkg: refactor

metadata points to GitHub
This commit is contained in:
Max Wilson 2019-04-30 12:37:05 -04:00 committed by Wael M. Nasreddine
parent b2c1505132
commit ddb3d34d88
No known key found for this signature in database
GPG Key ID: FD437548E0BF0F5F

View File

@ -2,6 +2,8 @@
, buildPythonPackage
, fetchPypi
, azure-nspkg
, python
, isPy3k
}:
buildPythonPackage rec {
@ -16,10 +18,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [ azure-nspkg ];
doCheck = false;
meta = with pkgs.lib; {
description = "Microsoft Azure SDK for Python";
homepage = "https://azure.microsoft.com/en-us/develop/python/";
license = licenses.asl20;
maintainers = with maintainers; [ olcai ];
homepage = https://github.com/Azure/azure-sdk-for-python;
license = licenses.mit;
maintainers = with maintainers; [ olcai mwilsoninsight ];
};
}