Commit 36ec0a4a authored by jaudiger's avatar jaudiger Committed by Eric Bailey
Browse files

fix: update helm-s3 package description

parent 74c029e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];