From 1e19786b1bb2e39ea65dce34dcfd3465deeef881 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 7b2223a6b15c07a7f41ccfa32964c749bd7306bd..1624ea008a564cfc35932cf0f10b65c42703ecc3 100644 --- a/src/cmd/init.zig +++ b/src/cmd/init.zig @@ -18,7 +18,6 @@ pub fn execute(self_name: []const u8, args: [][:0]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