authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-13 17:46:56 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-13 17:54:04 -07:00
log778d8d5596d64c171f669ae198e13529ac511330
treeb13228f4706edcd0c3ced59b300548c6c84c8720
parent63de4863696be665f4075bbd963dc59845a79d3d

cmd/init: stop recommending aquila.red


1 files changed, 0 insertions(+), 1 deletions(-)

src/cmd/init.zig-1
......@@ -18,7 +18,6 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void {
1818
1919 std.debug.print("This utility will walk you through creating a zigmod.yml file.\n", .{});
2020 std.debug.print("That will give a good launching off point to get your next project started.\n", .{});
21 std.debug.print("Use `zigmod aq add <pkg>` to add a dependency from https://aquila.red/\n", .{});
2221 std.debug.print("Press ^C at any time to quit.\n", .{});
2322 std.debug.print("\n", .{});
2423