fix: update helm-s3 package description

Signed-off-by: jaudiger <jeremy.audiger@ioterop.com>
This commit is contained in:
jaudiger 2023-08-30 22:07:34 +02:00 committed by Eric Bailey
parent 74c029e4c9
commit 36ec0a4aed

View file

@ -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 ];