Skip to content

Commit

Permalink
Merge pull request #11 from neatudarius/propagate_beman_org_renaming
Browse files Browse the repository at this point in the history
[net26 repo] Update docs: org renamed to bemanproject
  • Loading branch information
dietmarkuehl authored Nov 20, 2024
2 parents cb731f8 + df4344e commit dd1f169
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# code owners for reviews on PRs

* @dietmarkuehl
* @dietmarkuehl @camio @neatudarius
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include(FetchContent)
FetchContent_Declare(
execution26
# for local development, use SOURCE_DIR <path-to>/execution26
GIT_REPOSITORY https://github.com/beman-project/execution26
GIT_REPOSITORY https://github.com/bemanproject/execution26
GIT_TAG 81c58fe
)
FetchContent_MakeAvailable(execution26)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`,
Expand All @@ -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.
Expand Down

0 comments on commit dd1f169

Please sign in to comment.