diff --git a/build.zig.zon b/build.zig.zon index b374a46..29f2533 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,7 +6,9 @@ // // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. - .name = "zterm", + .name = .zterm, + + .fingerprint = 0xf10b37e210a619d7, // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication.