Skip to content

Commit ba331bd

Browse files
committed
Fix paths to libuv in LICENSE.txt
1 parent d8f28be commit ba331bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ included:
199199
as the Rust compiler or runtime libraries themselves).
200200

201201
* The libuv asynchronous I/O library. Code for this package
202-
is found in the src/rt/libuv directory, within this
202+
is found in the src/libuv directory, within this
203203
distribution. This package is redistributed under the
204204
following terms, as noted in its source:
205205

@@ -230,7 +230,7 @@ included:
230230

231231

232232
* Additional libraries included in libuv carry separate
233-
BSD-compatible licenses. See src/rt/libuv/LICENSE for
233+
BSD-compatible licenses. See src/libuv/LICENSE for
234234
details.
235235

236236

0 commit comments

Comments
 (0)