diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 1a0548d..19ba01f 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -13,7 +13,7 @@ jobs: release-plz-pr: name: Release-plz PR runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'buffrr' }} + if: ${{ github.repository_owner == 'spacesprotocol' }} concurrency: group: release-plz-${{ github.ref }} cancel-in-progress: false @@ -34,7 +34,7 @@ jobs: release-plz-release: name: Release-plz publish runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'buffrr' }} + if: ${{ github.repository_owner == 'spacesprotocol' }} steps: - uses: actions/checkout@v4 with: diff --git a/Cargo.toml b/Cargo.toml index a907d09..c43860e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" edition = "2024" rust-version = "1.88" license = "MIT" -repository = "https://github.com/buffrr/spaces" +repository = "https://github.com/spacesprotocol/spaces" homepage = "https://spacesprotocol.org" authors = ["Buffrr "]