Skip to content

Commit ebf043c

Browse files
authored
Merge pull request bemanproject#83 from neatudarius/propagate_beman_org_renaming
[optional26 repo] Update docs: org renamed to bemanproject
2 parents 90ebb59 + 37d2062 commit ebf043c

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.optional26"
4-
url: "https://github.com/beman-project/Optional26"
4+
url: "https://github.com/bemanproject/optional26"

README.md

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

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

99
This repository implements `std::optional` extensions targeting C++26. The `beman.optional26` library aims to evaluate
1010
the stability, the usability, and the performance of these proposed changes before they are officially adopted by WG21

src/beman/optional26/tests/test_constructor_fail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// src/Beman/Optional26/tests/test_constructor_fail.t.cpp -*-C++-*-
1+
// src/beman/optional26/tests/test_constructor_fail.t.cpp -*-C++-*-
22
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
33

44
#include <beman/optional26/optional.hpp>

0 commit comments

Comments
 (0)