From 36ec0a4aed6d4a5dbef0a74e3e812f801599d112 Mon Sep 17 00:00:00 2001 From: jaudiger Date: Wed, 30 Aug 2023 22:07:34 +0200 Subject: [PATCH] fix: update helm-s3 package description Signed-off-by: jaudiger --- pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix index 56491ac68116..9d2159f2c34b 100644 --- a/pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix +++ b/pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix @@ -34,7 +34,7 @@ buildGoModule rec { ''; meta = with lib; { - description = "A Helm plugin that shows a diff"; + description = "A Helm plugin that allows to set up a chart repository using AWS S3"; homepage = "https://github.com/hypnoglow/helm-s3"; license = licenses.mit; maintainers = with maintainers; [ yurrriq ];