| ... | ... | @@ -16,7 +16,7 @@ pub const commands = struct { |
| 16 | 16 | pub const search = @import("./zpm/search.zig"); |
| 17 | 17 | }; |
| 18 | 18 | |
| 19 | | pub const server_root = "https://zpm.random-projects.net/api"; |
| 19 | pub const server_root = "https://zig.pm/api"; |
| 20 | 20 | |
| 21 | 21 | pub const Package = struct { |
| 22 | 22 | author: string, |
| ... | ... | @@ -32,7 +32,7 @@ pub fn execute(args: [][]u8) !void { |
| 32 | 32 | std.debug.print("{s}\n", .{ |
| 33 | 33 | \\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. |
| 34 | 34 | \\ |
| 35 | | \\The default remote is https://zpm.random-projects.net/. |
| 35 | \\The default remote is https://zig.pm/. |
| 36 | 36 | \\ |
| 37 | 37 | \\The subcommands available are: |
| 38 | 38 | \\ - add Append this package to your dependencies |