aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-11-12 19:10:03 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-11-12 19:10:03 +0100
commit28d26d2bd30acac30d71458405b7cc8dd710a1f1 (patch)
treeb90b1c8c03bf496bb34fd4e17301a2184412b1c8 /build.zig.zon
parent402888423de9764c22175df4cc41d79157895f3d (diff)
rename to memora
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig.zon b/build.zig.zon
index 67eca1f..352c4f1 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -6,7 +6,7 @@
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
- .name = .storyboard,
+ .name = .memora,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.0",