From 546860d11850b614933a74b5ef5c1e8d1159b961 Mon Sep 17 00:00:00 2001 From: Darius Neatu Date: Wed, 20 Nov 2024 10:37:20 +0100 Subject: [PATCH 1/2] Update docs: org renamed to bemanproject --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 307c998..7366bc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ include(FetchContent) FetchContent_Declare( execution26 # for local development, use SOURCE_DIR /execution26 - GIT_REPOSITORY https://github.com/beman-project/execution26 + GIT_REPOSITORY https://github.com/bemanproject/execution26 GIT_TAG 81c58fe ) FetchContent_MakeAvailable(execution26) diff --git a/README.md b/README.md index f6a0d53..e29eded 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It is based on [P2762](http://wg21.link/p2762). Both the proposal and the implementation are in an early state although basic functionality is provided. -`beman.net29` builds on top of [`beman.execution26`](https://github.com/beman-project/execution26). The +`beman.net29` builds on top of [`beman.execution26`](https://github.com/bemanproject/execution26). The implementation should allow multiple ways how to support asynchronous operations although currently the only implemented approach is based on `poll(2)`. Implementations using `kqueue(2)`, `epoll(2)`, @@ -16,7 +16,7 @@ possible use various libraries for asynchronous operations like ## Help Welcome! There are plenty of things which need to be done. Some of these -are listed in the [issues section](https://github.com/beman-project/net29/issues). +are listed in the [issues section](https://github.com/bemanproject/net29/issues). Other contributions are, of course, also welcome. Aside from contributing code the project welcomes reports on usage experience, code reviews, defect reports, features requests, etc. There are plenty contribution opportunities. From df4344e441275c0095febd982418ee72ca11f8e0 Mon Sep 17 00:00:00 2001 From: Darius Neatu Date: Wed, 20 Nov 2024 10:58:14 +0100 Subject: [PATCH 2/2] Add CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0ac88a4..b5c7f91 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # code owners for reviews on PRs -* @dietmarkuehl +* @dietmarkuehl @camio @neatudarius