change name

This commit is contained in:
Jeffrey C. Ollie 2023-10-14 12:53:43 -05:00
parent e9694648b3
commit 4074c1143a
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -16,7 +16,7 @@ pub fn build(b: *std.Build) void {
const optimize = b.standardOptimizeOption(.{});
const lib = b.addStaticLibrary(.{
.name = "zig-datetime",
.name = "datetime",
// In this case the main source file is merely a path, however, in more
// complicated build scripts, this could be a generated file.
.root_source_file = .{ .path = "src/main.zig" },