Skip to content

Commit

Permalink
rename zigen -> zwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Aki-7 committed Jan 15, 2023
1 parent 9229d26 commit 43019bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @zigen-project/zigen-maintainers
* @zwin-project/zwin-maintainers
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 43019bd

Please sign in to comment.