diff --git a/CITATION.cff b/CITATION.cff index 53bbef1..ec7adbf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ cff-version: 1.0.0 message: "If you use this software, please cite it as below." title: "beman.iterator_interface" -url: "https://github.com/beman-project/iterator_interface" +url: "https://github.com/bemanproject/iterator_interface" diff --git a/README.md b/README.md index 3de5702..cd3d75c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions # beman.iterator\_interface: iterator creation mechanisms -![CI Tests](https://github.com/beman-project/iterator_interface/actions/workflows/ci.yml/badge.svg) +![CI Tests](https://github.com/bemanproject/iterator_interface/actions/workflows/ci.yml/badge.svg) **Implements**: * [`std::iterator_interface` (P2727R4)](https://wg21.link/P2727R4) diff --git a/tests/beman/iterator_interface/CMakeLists.txt b/tests/beman/iterator_interface/CMakeLists.txt index 84b45ed..9d2a629 100644 --- a/tests/beman/iterator_interface/CMakeLists.txt +++ b/tests/beman/iterator_interface/CMakeLists.txt @@ -18,7 +18,7 @@ target_link_libraries( beman.iterator_interface.tests PRIVATE beman::iterator_interface GTest::gtest GTest::gtest_main) -# [Issue #18](https://github.com/beman-project/iterator_interface/issues/18): Re-enable ASAN run CI/clang-19. +# [Issue #18](https://github.com/bemanproject/iterator_interface/issues/18): Re-enable ASAN run CI/clang-19. # # Note: clang-19 + gtest_discover_tests + Asan setup causes errors on some # platforms. Temporary switch to gtest_add_tests and skip some Asan checks.