about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfutreall <86553580+futreall@users.noreply.github.com>2025-04-01 15:26:55 +0300
committerfutreall <osykaboris0412@gmail.com>2025-04-01 16:38:22 +0300
commitd2358f7f2e1ec1a058308fc3149ecd5e7d3d4a12 (patch)
treeb6182e246947b7915e48a872ea02eeaa9033e560
parented201574c5d6117fb4a491db545c96fa4289ea9c (diff)
downloadrust-d2358f7f2e1ec1a058308fc3149ecd5e7d3d4a12.tar.gz
rust-d2358f7f2e1ec1a058308fc3149ecd5e7d3d4a12.zip
fix link in netbsd.md
Update netbsd.md

Update netbsd.md
-rw-r--r--src/doc/rustc/src/platform-support/netbsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/netbsd.md b/src/doc/rustc/src/platform-support/netbsd.md
index ef9337befa6..5c2ce0ee900 100644
--- a/src/doc/rustc/src/platform-support/netbsd.md
+++ b/src/doc/rustc/src/platform-support/netbsd.md
@@ -34,7 +34,7 @@ are built for NetBSD 8.x but also work on newer OS versions).
 ## Designated Developers
 
 - [@he32](https://github.com/he32), `he@NetBSD.org`
-- [NetBSD/pkgsrc-wip's rust](https://github.com/NetBSD/pkgsrc-wip/blob/master/rust/Makefile) maintainer (see MAINTAINER variable). This package is part of "pkgsrc work-in-progress" and is used for deployment and testing of new versions of rust
+- [NetBSD/pkgsrc-wip's rust](https://github.com/NetBSD/pkgsrc-wip/blob/master/rust185/Makefile) maintainer (see MAINTAINER variable). This package is part of "pkgsrc work-in-progress" and is used for deployment and testing of new versions of rust
 - [NetBSD's pkgsrc lang/rust](https://github.com/NetBSD/pkgsrc/tree/trunk/lang/rust) for the "proper" package in pkgsrc.
 - [NetBSD's pkgsrc lang/rust-bin](https://github.com/NetBSD/pkgsrc/tree/trunk/lang/rust-bin) which re-uses the bootstrap kit as a binary distribution and therefore avoids the rather protracted native build time of rust itself