From 43019bd718703e8660cd7ad337b9bc64aa4011b8 Mon Sep 17 00:00:00 2001 From: Aki-7 Date: Sun, 15 Jan 2023 23:01:38 +0900 Subject: [PATCH] rename zigen -> zwin --- .github/CODEOWNERS | 2 +- .github/workflows/test.yaml | 2 +- .gitmodules | 2 +- CMakeLists.txt | 2 +- README.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e9f0b48..6e5fff3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @zigen-project/zigen-maintainers +* @zwin-project/zwin-maintainers diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e9df33b..02bb6e7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: - name: Download grpc-dev run: | - curl -L https://github.com/zigen-project/grpc-dev/releases/download/0.0.1/grpc-dev-refs.heads.main-github-host.zip -o grpc-dev.zip + curl -L https://github.com/zwin-project/grpc-dev/releases/download/0.0.1/grpc-dev-refs.heads.main-github-host.zip -o grpc-dev.zip unzip grpc-dev.zip working-directory: ./grpc-dev diff --git a/.gitmodules b/.gitmodules index ebcc2cb..a0412e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "3rd-party/boost-headers"] path = 3rd-party/boost-headers - url = https://github.com/zigen-project/boost-headers.git + url = https://github.com/zwin-project/boost-headers.git [submodule "3rd-party/glm"] path = 3rd-party/glm url = https://github.com/g-truc/glm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fa8542..0342a5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.18) project( zen_remote LANGUAGES C CXX - HOMEPAGE_URL https://github.com/zigen-project/zen-remote + HOMEPAGE_URL https://github.com/zwin-project/zen-remote DESCRIPTION "Library for ZEN to communicate with devices over a network" VERSION 0.1.1 ) diff --git a/README.adoc b/README.adoc index 7a8e9b1..aa2e2ab 100644 --- a/README.adoc +++ b/README.adoc @@ -11,7 +11,7 @@ build from source with all dependencies. === gRPC -Clone and build https://github.com/zigen-project/grpc-dev[grpc-dev], +Clone and build https://github.com/zwin-project/grpc-dev[grpc-dev], using the v1.49.1 branch. We assume that you clone it to `$MY_DIR/grpc-dev`. If you have already built `grpc-dev`, this is not required.