From f621971a13bd23f4b88410420029cf74ff627adb Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Tue, 17 Sep 2024 14:53:17 +0200 Subject: [PATCH] move the repository to paritytech org (#49) --- Cargo.toml | 2 +- README.md | 2 +- crates/solidity/src/resolc/arguments.rs | 2 +- crates/solidity/src/tests/cli-tests/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba241f1..9144f92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = [ ] license = "MIT/Apache-2.0" edition = "2021" -repository = "https://github.com/xermicus/revive" +repository = "https://github.com/paritytech/revive" [workspace.dependencies] revive-benchmarks = { version = "0.1.0", path = "crates/benchmarks" } diff --git a/README.md b/README.md index 95c1fef..6e89f6a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![CI](https://github.com/xermicus/revive/actions/workflows/rust.yml/badge.svg) +![CI](https://github.com/paritytech/revive/actions/workflows/rust.yml/badge.svg) # revive diff --git a/crates/solidity/src/resolc/arguments.rs b/crates/solidity/src/resolc/arguments.rs index 93cc4ba..4bc5dd8 100644 --- a/crates/solidity/src/resolc/arguments.rs +++ b/crates/solidity/src/resolc/arguments.rs @@ -79,7 +79,7 @@ pub struct Arguments { pub solc: Option, /// The EVM target version to generate IR for. - /// See https://github.com/xermicus/revive/blob/main/crates/common/src/evm_version.rs for reference. + /// See https://github.com/paritytech/revive/blob/main/crates/common/src/evm_version.rs for reference. #[structopt(long = "evm-version")] pub evm_version: Option, diff --git a/crates/solidity/src/tests/cli-tests/package.json b/crates/solidity/src/tests/cli-tests/package.json index a7df125..43a3d1e 100644 --- a/crates/solidity/src/tests/cli-tests/package.json +++ b/crates/solidity/src/tests/cli-tests/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "title": "resolc CLI Tests", "description": "Auto tests for verifying resolc CLI", - "repository": "https://github.com/xermicus/revive", + "repository": "https://github.com/paritytech/revive", "main": "index.js", "private": true, "scripts": {