move the repository to paritytech org (#49)

This commit is contained in:
Cyrill Leutwiler
2024-09-17 14:53:17 +02:00
committed by GitHub
parent b8bd44b62a
commit f621971a13
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ authors = [
] ]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
edition = "2021" edition = "2021"
repository = "https://github.com/xermicus/revive" repository = "https://github.com/paritytech/revive"
[workspace.dependencies] [workspace.dependencies]
revive-benchmarks = { version = "0.1.0", path = "crates/benchmarks" } revive-benchmarks = { version = "0.1.0", path = "crates/benchmarks" }
+1 -1
View File
@@ -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 # revive
+1 -1
View File
@@ -79,7 +79,7 @@ pub struct Arguments {
pub solc: Option<String>, pub solc: Option<String>,
/// The EVM target version to generate IR for. /// 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")] #[structopt(long = "evm-version")]
pub evm_version: Option<String>, pub evm_version: Option<String>,
@@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"title": "resolc CLI Tests", "title": "resolc CLI Tests",
"description": "Auto tests for verifying resolc CLI", "description": "Auto tests for verifying resolc CLI",
"repository": "https://github.com/xermicus/revive", "repository": "https://github.com/paritytech/revive",
"main": "index.js", "main": "index.js",
"private": true, "private": true,
"scripts": { "scripts": {