aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.zig.zon b/build.zig.zon
index d057b90..3b3d234 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 = .wayland,
+ .name = .zig_way,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
@@ -24,7 +24,7 @@
// original project's identity. Thus it is recommended to leave the comment
// on the following line intact, so that it shows up in code reviews that
// modify the field.
- .fingerprint = 0xa8d655e1d1844b2, // Changing this has security and trust implications.
+ .fingerprint = 0x4672578bcb9ef63e, // Changing this has security and trust implications.
// Tracks the earliest Zig version that the package considers to be a
// supported use case.