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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git


The following commit(s) were added to refs/heads/main by this push:
     new 6a46ce4  chore: migrate branding to Apache OpenDAL Reqsign (#641)
6a46ce4 is described below

commit 6a46ce475964ef0e887320e1c77b4d7c8d9ddbe1
Author: tison <[email protected]>
AuthorDate: Wed Oct 1 22:21:14 2025 +0800

    chore: migrate branding to Apache OpenDAL Reqsign (#641)
    
    Signed-off-by: tison <[email protected]>
---
 README.md                                | 18 +++++++++---------
 context/command-execute-tokio/Cargo.toml |  3 +--
 vercel.json                              |  8 --------
 3 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/README.md b/README.md
index 9907a38..f2e5c73 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
-# reqsign &emsp; [![Build Status]][actions] [![Latest Version]][crates.io] 
[![Crate Downloads]][crates.io]
+# Apache OpenDAL Reqsign
 
-[Build Status]: 
https://img.shields.io/github/actions/workflow/status/Xuanwo/reqsign/ci.yml?branch=main
-[actions]: https://github.com/Xuanwo/reqsign/actions?query=branch%3Amain
+[![Build Status]][actions] [![Latest Version]][crates.io] [![Crate 
Downloads]][crates.io]
+
+[Build Status]: 
https://img.shields.io/github/actions/workflow/status/apache/opendal-reqsign/ci.yml?branch=main
+[actions]: 
https://github.com/apache/opendal-reqsign/actions?query=branch%3Amain
 [Latest Version]: https://img.shields.io/crates/v/reqsign.svg
 [crates.io]: https://crates.io/crates/reqsign
 [Crate Downloads]: https://img.shields.io/crates/d/reqsign.svg
@@ -162,11 +164,11 @@ let signer = aliyun::default_signer();
 
 ## Contributing
 
-Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details on 
getting started with contributing to this project.
+Check out the [CONTRIBUTING.md](CONTRIBUTING.md) guide for more details on 
getting started with contributing to this project.
 
 ## Getting help
 
-Submit [issues](https://github.com/Xuanwo/reqsign/issues/new/choose) for bug 
report or asking questions in 
[discussion](https://github.com/Xuanwo/reqsign/discussions/new?category=q-a).
+Submit [issues](https://github.com/apache/opendal-reqsign/issues/new/choose) 
for bug report or asking questions in 
[discussion](https://github.com/apache/opendal-reqsign/discussions/new?category=q-a).
 
 ## Acknowledge
 
@@ -175,8 +177,6 @@ Inspired a lot from:
 - [aws-sigv4](https://crates.io/crates/aws-sigv4) for AWS SigV4 support.
 - [azure_storage_blobs](https://crates.io/crates/azure_storage_blobs) for 
Azure Storage support.
 
-#### License
+## License
 
-<sup>
-Licensed under <a href="./LICENSE">Apache License, Version 2.0</a>.
-</sup>
+Licensed under [Apache License, Version 2.0](LICENSE).
diff --git a/context/command-execute-tokio/Cargo.toml 
b/context/command-execute-tokio/Cargo.toml
index 246ce12..df9937a 100644
--- a/context/command-execute-tokio/Cargo.toml
+++ b/context/command-execute-tokio/Cargo.toml
@@ -16,14 +16,13 @@
 # under the License.
 
 [package]
-authors = ["Xuanwo <[email protected]>"]
 categories = ["asynchronous"]
 description = "Tokio-based command execution implementation for reqsign"
 edition = "2021"
 keywords = ["command", "tokio", "reqsign", "async"]
 license = "Apache-2.0"
 name = "reqsign-command-execute-tokio"
-repository = "https://github.com/Xuanwo/reqsign";
+repository = "https://github.com/apache/opendal-reqsign";
 version = "1.0.0"
 
 [dependencies]
diff --git a/vercel.json b/vercel.json
deleted file mode 100644
index 44fa192..0000000
--- a/vercel.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  "redirects": [
-    {
-      "source": "/",
-      "destination": "/reqsign/"
-    }
-  ]
-}

Reply via email to