Skip to content

Commit 5e6714e

Browse files
authored
Update docs: org renamed to bemanproject (#32)
1 parent 231688f commit 5e6714e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cff-version: 1.0.0
22
message: "If you use this software, please cite it as below."
33
title: "beman.iterator_interface"
4-
url: "https://github.com/beman-project/iterator_interface"
4+
url: "https://github.com/bemanproject/iterator_interface"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions
44

55
# beman.iterator\_interface: iterator creation mechanisms
66

7-
![CI Tests](https://github.com/beman-project/iterator_interface/actions/workflows/ci.yml/badge.svg)
7+
![CI Tests](https://github.com/bemanproject/iterator_interface/actions/workflows/ci.yml/badge.svg)
88

99
**Implements**:
1010
* [`std::iterator_interface` (P2727R4)](https://wg21.link/P2727R4)

tests/beman/iterator_interface/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ target_link_libraries(
1818
beman.iterator_interface.tests PRIVATE beman::iterator_interface GTest::gtest
1919
GTest::gtest_main)
2020

21-
# [Issue #18](https://github.com/beman-project/iterator_interface/issues/18): Re-enable ASAN run CI/clang-19.
21+
# [Issue #18](https://github.com/bemanproject/iterator_interface/issues/18): Re-enable ASAN run CI/clang-19.
2222
#
2323
# Note: clang-19 + gtest_discover_tests + Asan setup causes errors on some
2424
# platforms. Temporary switch to gtest_add_tests and skip some Asan checks.

0 commit comments

Comments
 (0)