awscli2: fix meta.homepage
This commit is contained in:
@@ -136,7 +136,7 @@ with py.pkgs; buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Unified tool to manage your AWS services";
|
||||
homepage = "https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html";
|
||||
homepage = "https://docs.aws.amazon.com/cli/latest/userguide/";
|
||||
changelog = "https://github.com/aws/aws-cli/blob/${version}/CHANGELOG.rst";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ bhipple davegallant bryanasdev000 devusb anthonyroussel ];
|
||||
|
||||
Reference in New Issue
Block a user