Skip to content

Commit b77d4d8

Browse files
committed
fix(windows): use correct eol for Windows, update README link
1 parent e50c80e commit b77d4d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.zig text eol=lf
2+
*.zon text eol=lf

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, update your `build.zig.zon`:
1111
```
1212
# Initialize a `zig build` project if you haven't already
1313
zig init
14-
zig fetch --save git+https://github.com/hamptokr/zig-libssh2.git#libssh2-1.11.1
14+
zig fetch --save git+https://github.com/allyourcodebase/libssh2.git#libssh2-1.11.1
1515
```
1616

1717
You can then import `libssh2` in your `build.zig` with:

0 commit comments

Comments
 (0)