From 2f7d164f83e7e172aa6a8e48070af2d2a2575cbf Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 3 Dec 2024 19:59:25 +0900 Subject: [PATCH] Rename `raviqqe` to `mlir-sys` as GitHub owner (#621) --- README.md | 8 ++++---- macro/Cargo.toml | 4 ++-- melior/Cargo.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8b11bd5ded..ff6f794734 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Melior -[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/melior/test.yaml?branch=main&style=flat-square)](https://github.com/raviqqe/melior/actions?query=workflow%3Atest) +[![GitHub Action](https://img.shields.io/github/actions/workflow/status/mlir-sys/melior/test.yaml?branch=main&style=flat-square)](https://github.com/mlir-sys/melior/actions?query=workflow%3Atest) [![Crate](https://img.shields.io/crates/v/melior.svg?style=flat-square)](https://crates.io/crates/melior) -[![License](https://img.shields.io/github/license/raviqqe/melior.svg?style=flat-square)](https://github.com/raviqqe/melior/blob/main/LICENSE) +[![License](https://img.shields.io/github/license/mlir-sys/melior.svg?style=flat-square)](https://github.com/mlir-sys/melior/blob/main/LICENSE) Melior is the MLIR bindings for Rust. It aims to provide a simple, safe, and complete API for MLIR with a reasonably sane ownership model @@ -76,7 +76,7 @@ brew install llvm@19 ## Documentation -On [GitHub Pages](https://raviqqe.github.io/melior/melior/). +On [GitHub Pages](https://mlir-sys.github.io/melior/melior/). ## Contribution @@ -120,4 +120,4 @@ not. ## License -[Apache 2.0](https://github.com/raviqqe/melior/blob/main/LICENSE) +[Apache 2.0](https://github.com/mlir-sys/melior/blob/main/LICENSE) diff --git a/macro/Cargo.toml b/macro/Cargo.toml index cf3cd9382c..b48053be02 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -4,8 +4,8 @@ description = "Internal macros for Melior" version = "0.12.1" edition = "2021" license = "Apache-2.0" -repository = "https://github.com/raviqqe/melior" -documentation = "https://raviqqe.github.io/melior/melior/" +repository = "https://github.com/mlir-sys/melior" +documentation = "https://mlir-sys.github.io/melior/melior/" readme = "../README.md" keywords = ["mlir", "llvm"] diff --git a/melior/Cargo.toml b/melior/Cargo.toml index 69b3780e2f..6ad4a2e90a 100644 --- a/melior/Cargo.toml +++ b/melior/Cargo.toml @@ -4,8 +4,8 @@ description = "The rustic MLIR bindings in Rust" version = "0.19.1" edition = "2021" license = "Apache-2.0" -repository = "https://github.com/raviqqe/melior" -documentation = "https://raviqqe.github.io/melior/melior/" +repository = "https://github.com/mlir-sys/melior" +documentation = "https://mlir-sys.github.io/melior/melior/" keywords = ["mlir", "llvm"] [features]