1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Update README.md to fix link to rust website

the rust-lang.org site requires www and doesn't redirect.
This commit is contained in:
Mark P Neyer 2014-06-12 14:59:12 -07:00
parent 4dbd224e4c
commit af4003deeb

View file

@ -2,7 +2,7 @@ uutils coreutils [![Build Status](https://api.travis-ci.org/uutils/coreutils.svg
================
uutils is an attempt at writing universal (as in cross-platform) CLI
utils in [Rust](http://rust-lang.org). This repo is to aggregate the GNU
utils in [Rust](http://www.rust-lang.org). This repo is to aggregate the GNU
coreutils rewrites.
Why?