mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
azure-cli-extensions: allow specifying maintainers
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
508182bd81
commit
1c38fff303
@ -50,8 +50,8 @@ let
|
||||
changelog = "https://github.com/Azure/azure-cli-extensions/blob/main/src/${pname}/HISTORY.rst";
|
||||
license = lib.licenses.mit;
|
||||
sourceProvenance = [ lib.sourceTypes.fromSource ];
|
||||
};
|
||||
} // (removeAttrs args [ "url" "sha256" "description" ]));
|
||||
} // args.meta or { };
|
||||
} // (removeAttrs args [ "url" "sha256" "description" "meta" ]));
|
||||
|
||||
extensions =
|
||||
callPackages ./extensions-generated.nix { inherit mkAzExtension; }
|
||||
|
Loading…
Reference in New Issue
Block a user