authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 16:05:41 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 16:05:41 -08:00
log0637df01d2a87c2b019f8f794ba6625119714515
treeff9b670c4483f77bbbe7d48af3fefb43daa97ac5
parentbd33f9dd1966e79d6d7fcf2db21a5ab627e217ce

cmd/zpm- reference zig.pm instead of xq's homepage


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

src/cmd/zpm.zig+2-2
......@@ -16,7 +16,7 @@ pub const commands = struct {
1616 pub const search = @import("./zpm/search.zig");
1717};
1818
19pub const server_root = "https://zpm.random-projects.net/api";
19pub const server_root = "https://zig.pm/api";
2020
2121pub const Package = struct {
2222 author: string,
......@@ -32,7 +32,7 @@ pub fn execute(args: [][]u8) !void {
3232 std.debug.print("{s}\n", .{
3333 \\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.
3434 \\
35 \\The default remote is https://zpm.random-projects.net/.
35 \\The default remote is https://zig.pm/.
3636 \\
3737 \\The subcommands available are:
3838 \\ - add Append this package to your dependencies