tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.azure-mgmt-relay: slightly modernize
pyrox.dev
1 year ago
f63243de
124b2246
verified
This commit was signed with the committer's
known signature
.
pyrox.dev
SSH Key Fingerprint:
SHA256:ihSg8ro3xVhqiuGLMtUGTeMVgmEMlaXvSS4AFyYcM/o=
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
azure-mgmt-relay
default.nix
+3
-3
pkgs/development/python-modules/azure-mgmt-relay/default.nix
···
37
37
doCheck = false;
38
38
pythonImportsCheck = [ "azure.mgmt.relay" ];
39
39
40
40
-
meta = with lib; {
40
40
+
meta = {
41
41
description = "This is the Microsoft Azure Relay Client Library";
42
42
homepage = "https://github.com/Azure/azure-sdk-for-python";
43
43
-
license = licenses.mit;
44
44
-
maintainers = with maintainers; [ maxwilson ];
43
43
+
license = lib.licenses.mit;
44
44
+
maintainers = with lib.maintainers; [ maxwilson ];
45
45
};
46
46
}