awscli2: fix meta.homepage

This commit is contained in:
Anthony Roussel
2023-11-09 11:42:15 +01:00
parent 3c9a9db637
commit b6d78ddeb0
+1 -1
View File
@@ -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 ];