File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
// internet connectivity.
18
18
.dependencies = .{
19
19
.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 " ,
22
22
},
23
23
},
24
24
.paths = .{
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const std = @import("std");
2
2
const jetzig = @import ("jetzig" );
3
3
4
4
pub const defaults : jetzig.mail.DefaultMailParams = .{
5
- .from = .{ .email = "hello@jetzig.dev" },
5
+ .from = .{ .name = "Jetzig Contact Form" , . email = "hello@jetzig.dev" },
6
6
.subject = "Message from Jetzig website" ,
7
7
.to = &.{.{ .email = "hello@jetzig.dev" }},
8
8
};
You can’t perform that action at this time.
0 commit comments