From 37d20627ecde7e8a627bcac54fccd3bc9646a130 Mon Sep 17 00:00:00 2001 From: Darius Neatu Date: Wed, 20 Nov 2024 10:40:01 +0100 Subject: [PATCH] Update docs: org renamed to bemanproject --- CITATION.cff | 2 +- README.md | 2 +- src/beman/optional26/tests/test_constructor_fail.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e9c4f17..35c1d17 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.optional26" -url: "https://github.com/beman-project/Optional26" +url: "https://github.com/bemanproject/optional26" diff --git a/README.md b/README.md index 70e4a96..0919c27 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions --> -![CI Tests](https://github.com/beman-project/optional26/actions/workflows/ci.yml/badge.svg) +![CI Tests](https://github.com/bemanproject/optional26/actions/workflows/ci.yml/badge.svg) This repository implements `std::optional` extensions targeting C++26. The `beman.optional26` library aims to evaluate the stability, the usability, and the performance of these proposed changes before they are officially adopted by WG21 diff --git a/src/beman/optional26/tests/test_constructor_fail.cpp b/src/beman/optional26/tests/test_constructor_fail.cpp index ecaf3e9..e8936d9 100644 --- a/src/beman/optional26/tests/test_constructor_fail.cpp +++ b/src/beman/optional26/tests/test_constructor_fail.cpp @@ -1,4 +1,4 @@ -// src/Beman/Optional26/tests/test_constructor_fail.t.cpp -*-C++-*- +// src/beman/optional26/tests/test_constructor_fail.t.cpp -*-C++-*- // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #include