You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/12/17 17:51:42 UTC

[arrow-rs] 01/01: Clarify governance of arrow crate (#1030)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch cherry_pick_7e44ca8f
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit 7d96b044ae31b678db218213015da123c0d7a453
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Sun Dec 12 16:04:33 2021 -0500

    Clarify governance of arrow crate (#1030)
---
 arrow/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow/README.md b/arrow/README.md
index c73ccd1..56fefac 100644
--- a/arrow/README.md
+++ b/arrow/README.md
@@ -21,7 +21,7 @@
 
 [![Crates.io](https://img.shields.io/crates/v/arrow.svg)](https://crates.io/crates/arrow)
 
-This crate contains the official Native Rust implementation of [Apache Arrow][arrow] in memory format. Please see the API documents for additional details.
+This crate contains the official Native Rust implementation of [Apache Arrow][arrow] in memory format, governed by the Apache Software Foundation.
 
 ## Rust Version Compatibility