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
@@ -79,7 +79,7 @@ pub struct Arguments {
pub solc: Option<String>,
/// 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<String>,
@@ -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": {