Skip to content

Commit 5cfa453

Browse files
committed
Update Jetzig
1 parent db960e1 commit 5cfa453

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// internet connectivity.
1818
.dependencies = .{
1919
.jetzig = .{
20-
.url = "https://github.com/jetzig-framework/jetzig/archive/dee5701b4a32b34ca622cbbf66ce09290b03c294.tar.gz",
21-
.hash = "jetzig-0.0.0-IpAgLf8tDwBeHsrrYLKfzQ7iW0jNBOzQ6RIUAr-sf730",
20+
.url = "https://github.com/jetzig-framework/jetzig/archive/86d82026ab574d4e5c3c6cc3817dda84b510001a.tar.gz",
21+
.hash = "jetzig-0.0.0-IpAgLTkzDwDKmsY9MqM41EHDXWGkViiECa0lzV8xl17x",
2222
},
2323
},
2424
.paths = .{

src/app/mailers/contact.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const std = @import("std");
22
const jetzig = @import("jetzig");
33

44
pub const defaults: jetzig.mail.DefaultMailParams = .{
5-
.from = .{ .email = "hello@jetzig.dev" },
5+
.from = .{ .name = "Jetzig Contact Form", .email = "hello@jetzig.dev" },
66
.subject = "Message from Jetzig website",
77
.to = &.{.{ .email = "hello@jetzig.dev" }},
88
};

0 commit comments

Comments
 (0)