about summary refs log tree commit diff
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 3e45422..ec1df76 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -6,9 +6,9 @@
     //
     // It is redundant to include "zig" in this name because it is already
     // within the Zig package namespace.
-    .name = .interpreter,
+    .name = .pry_lang,
 
-    .fingerprint = 0xb03226b7e4393345,
+    .fingerprint = 0x34a6d0963e3b7b4d,
 
     // This is a [Semantic Version](https://semver.org/).
     // In a future version of Zig it will be used for package deduplication.