From 7275595cc7121b0adc8ce5e88ce1281aa6aff601 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:39:08 -0400 Subject: [PATCH] chore: Rename to argument (#93) --- .github/workflows/docs.yml | 2 +- .github/workflows/nightly.yml | 4 ++-- .github/workflows/rust.yml | 14 +++++++------- CODE_OF_CONDUCT.md | 2 +- README.md | 2 +- crates/bellpepper-core/Cargo.toml | 4 ++-- crates/bellpepper/Cargo.toml | 4 ++-- deny.toml | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e53d4e5..f778b5b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,4 +12,4 @@ on: jobs: docs: - uses: lurk-lab/ci-workflows/.github/workflows/docs.yml@main \ No newline at end of file + uses: argumentcomputer/ci-workflows/.github/workflows/docs.yml@main \ No newline at end of file diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bcfe39b..73d25d8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -12,7 +12,7 @@ env: jobs: unused-dependencies: - uses: lurk-lab/ci-workflows/.github/workflows/unused-deps.yml@main + uses: argumentcomputer/ci-workflows/.github/workflows/unused-deps.yml@main rust-version-check: - uses: lurk-lab/ci-workflows/.github/workflows/rust-version-check.yml@main \ No newline at end of file + uses: argumentcomputer/ci-workflows/.github/workflows/rust-version-check.yml@main \ No newline at end of file diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2adfd2e..45a27ba 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: lurk-lab/ci-workflows + repository: argumentcomputer/ci-workflows - uses: ./.github/actions/ci-env - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: lurk-lab/ci-workflows + repository: argumentcomputer/ci-workflows - uses: ./.github/actions/ci-env - uses: ./.github/actions/install-deps with: @@ -56,7 +56,7 @@ jobs: path: ${{ github.workspace }}/bellpepper - uses: actions/checkout@v4 with: - repository: lurk-lab/lurk-rs + repository: argumentcomputer/lurk-rs path: ${{ github.workspace }}/lurk submodules: recursive - uses: dtolnay/rust-toolchain@stable @@ -64,7 +64,7 @@ jobs: - name: Patch Cargo.toml working-directory: ${{ github.workspace }}/lurk run: | - echo "[patch.'https://github.com/lurk-lab/bellpepper']" >> Cargo.toml + echo "[patch.'https://github.com/argumentcomputer/bellpepper']" >> Cargo.toml echo "bellpepper = { path='../bellpepper/crates/bellpepper' }" >> Cargo.toml echo "[patch.crates-io]" >> Cargo.toml echo "bellpepper-core = { path='../bellpepper/crates/bellpepper-core' }" >> Cargo.toml @@ -112,10 +112,10 @@ jobs: # Check documentation links aren't broken link-checker: - uses: lurk-lab/ci-workflows/.github/workflows/links-check.yml@main + uses: argumentcomputer/ci-workflows/.github/workflows/links-check.yml@main with: fail-fast: true - # Lint dependencies for licensing and auditing issues as per https://github.com/lurk-lab/bellpepper/blob/main/deny.toml + # Lint dependencies for licensing and auditing issues as per https://github.com/argumentcomputer/bellpepper/blob/main/deny.toml licenses-audits: - uses: lurk-lab/ci-workflows/.github/workflows/licenses-audits.yml@main \ No newline at end of file + uses: argumentcomputer/ci-workflows/.github/workflows/licenses-audits.yml@main \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b0e902b..b7dfd25 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at community@lurk-lab.com. +reported to the community leaders responsible for enforcement at community@argument.xyz. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/README.md b/README.md index 6d6cb09..d5c74af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bellpepper [![Crates.io](https://img.shields.io/crates/v/bellpepper.svg)](https://crates.io/crates/bellpepper) [![dependency status](https://deps.rs/repo/github/lurk-lab/bellpepper/status.svg)](https://deps.rs/repo/github/lurk-lab/bellpepper) [![Build status](https://img.shields.io/github/actions/workflow/status/lurk-lab/bellpepper/rust.yml?branch=main)](https://github.com/lurk-lab/bellpepper/actions) +# bellpepper [![Crates.io](https://img.shields.io/crates/v/bellpepper.svg)](https://crates.io/crates/bellpepper) [![dependency status](https://deps.rs/repo/github/argumentcomputer/bellpepper/status.svg)](https://deps.rs/repo/github/argumentcomputer/bellpepper) [![Build status](https://img.shields.io/github/actions/workflow/status/argumentcomputer/bellpepper/rust.yml?branch=main)](https://github.com/argumentcomputer/bellpepper/actions) > This is a fork of the great [bellperson](https://github.com/filecoin-project/bellperson) library, > Itself a fork of the great [bellman](https://github.com/zkcrypto/bellman) library. diff --git a/crates/bellpepper-core/Cargo.toml b/crates/bellpepper-core/Cargo.toml index 4335c8d..6d95025 100644 --- a/crates/bellpepper-core/Cargo.toml +++ b/crates/bellpepper-core/Cargo.toml @@ -7,9 +7,9 @@ authors = [ ] description = "Core elements for a SNARK Circuit library" documentation = "https://docs.rs/bellpepper-core" -homepage = "https://github.com/lurk-lab/bellpepper" +homepage = "https://github.com/argumentcomputer/bellpepper" license = "MIT/Apache-2.0" -repository = "https://github.com/lurk-lab/bellpepper" +repository = "https://github.com/argumentcomputer/bellpepper" version = "0.4.0" readme = "../../README.md" edition = "2021" diff --git a/crates/bellpepper/Cargo.toml b/crates/bellpepper/Cargo.toml index 39e1f01..40eaa85 100644 --- a/crates/bellpepper/Cargo.toml +++ b/crates/bellpepper/Cargo.toml @@ -7,9 +7,9 @@ authors = [ ] description = "Gadgets for a SNARK Circuit library" documentation = "https://docs.rs/bellpepper" -homepage = "https://github.com/lurk-lab/bellpepper" +homepage = "https://github.com/argumentcomputer/bellpepper" license = "MIT/Apache-2.0" -repository = "https://github.com/lurk-lab/bellpepper" +repository = "https://github.com/argumentcomputer/bellpepper" version = "0.4.1" readme = "README.md" edition = "2021" diff --git a/deny.toml b/deny.toml index 606bd82..0e425cc 100644 --- a/deny.toml +++ b/deny.toml @@ -265,7 +265,7 @@ allow-git = [] [sources.allow-org] # 1 or more github.com organizations to allow git sources for -github = ["lurk-lab"] +github = ["argumentcomputer"] # 1 or more gitlab.com organizations to allow git sources for # gitlab = [""] # 1 or more bitbucket.org organizations to allow git sources for