aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-08-24 07:11:00 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-08-24 07:11:00 +0200
commitc217e7ec5cddfc002c4582fb5d52727aee843a7d (patch)
treea0d107bf1269b539f9ad83eea756bcb90f15330d /build.zig.zon
parente66af367ddc2a17e8218efd37ddabd3a6b7557a4 (diff)
rename to zig-way
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.