Skip to content

Commit aa13b0a

Browse files
authored
Merge pull request #2363 from lalten/patch-1
iox-#2364 Fix Bzlmod module name typo
2 parents fc86354 + 3978c63 commit aa13b0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module(
2-
name = "org_eclipse_iceroyx",
2+
name = "org_eclipse_iceoryx",
33
version = "2.95.3",
44
)
55

doc/website/release-notes/iceoryx-unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
- Fix wrong memory orders in SpscSoFi [#2177](https://github.com/eclipse-iceoryx/iceoryx/issues/2177)
144144
- ssize_t: redefinition; different basic types [#2209](https://github.com/eclipse-iceoryx/iceoryx/issues/2209)
145145
- Fix bazel build on macos [#2345](https://github.com/eclipse-iceoryx/iceoryx/issues/2345)
146+
- Fix Bzlmod module name typo [#2364](https://github.com/eclipse-iceoryx/iceoryx/issues/2364)
146147

147148
**Refactoring:**
148149

0 commit comments

Comments
 (0)