From 778d8d5596d64c171f669ae198e13529ac511330 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 13 Apr 2025 17:46:56 -0700 Subject: [PATCH] cmd/init: stop recommending aquila.red --- src/cmd/init.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmd/init.zig b/src/cmd/init.zig index 1c34c715a49e9bc96ca6afba11e98e123d3fdf4c..9b262bbe0327ac347d8550f46f8ec5e3aca14bc1 100644 --- a/src/cmd/init.zig +++ b/src/cmd/init.zig @@ -18,7 +18,6 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void { std.debug.print("This utility will walk you through creating a zigmod.yml file.\n", .{}); std.debug.print("That will give a good launching off point to get your next project started.\n", .{}); - std.debug.print("Use `zigmod aq add ` to add a dependency from https://aquila.red/\n", .{}); std.debug.print("Press ^C at any time to quit.\n", .{}); std.debug.print("\n", .{}); -- 2.54.0