| author | |
| committer | |
| log | 78a35f3bc98a380f06a374f34f23af903315cafa |
| tree | 6d94efeaf4c392b5df1c63ea688a678af18d048c |
| parent | 05df704ff8981166bb4df0e205f976c4ce30b54f |
1 files changed, 1 insertions(+), 1 deletions(-)
src/util/dep.zig+1-1| ... | ... | @@ -24,7 +24,7 @@ pub const Dep = struct { |
| 24 | 24 | |
| 25 | 25 | pub fn clean_path(self: Dep) ![]const u8 { |
| 26 | 26 | var p = self.path; |
| 27 | p = u.trim_prefix(p, "https://"); | |
| 27 | p = u.trim_prefix(p, "http://"); | |
| 28 | 28 | p = u.trim_prefix(p, "https://"); |
| 29 | 29 | p = u.trim_suffix(u8, p, ".git"); |
| 30 | 30 | p = try std.fmt.allocPrint(gpa, "{}{}{}", .{@tagName(self.type), "/", p}); |