From 0637df01d2a87c2b019f8f794ba6625119714515 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 6 Mar 2022 16:05:41 -0800 Subject: [PATCH] cmd/zpm- reference zig.pm instead of xq's homepage --- src/cmd/zpm.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/zpm.zig b/src/cmd/zpm.zig index ad179b4d77f1a6042fcebb0134bf06a4119aaca7..6f8591b52fb94c8da7d7ea04d660d48b6cd6e06d 100644 --- a/src/cmd/zpm.zig +++ b/src/cmd/zpm.zig @@ -16,7 +16,7 @@ pub const commands = struct { pub const search = @import("./zpm/search.zig"); }; -pub const server_root = "https://zpm.random-projects.net/api"; +pub const server_root = "https://zig.pm/api"; pub const Package = struct { author: string, @@ -32,7 +32,7 @@ pub fn execute(args: [][]u8) !void { std.debug.print("{s}\n", .{ \\This is a subcommand for use with https://github.com/zigtools/zpm-server instances but has no default behavior on its own aside from showing you this nice help text. \\ - \\The default remote is https://zpm.random-projects.net/. + \\The default remote is https://zig.pm/. \\ \\The subcommands available are: \\ - add Append this package to your dependencies -- 2.54.0