awscli2: fix meta.homepage

This commit is contained in:
Anthony Roussel 2023-11-25 18:29:34 +01:00
parent 0f983f2bdf
commit be46738736
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -138,7 +138,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/";
homepage = "https://aws.amazon.com/cli/";
changelog = "https://github.com/aws/aws-cli/blob/${version}/CHANGELOG.rst";
license = licenses.asl20;
maintainers = with maintainers; [ bhipple davegallant bryanasdev000 devusb anthonyroussel ];