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