Index: head/lang/rust/pkg-descr =================================================================== --- head/lang/rust/pkg-descr (revision 479313) +++ head/lang/rust/pkg-descr (revision 479314) @@ -1,14 +1,14 @@ Rust is an open-source systems programming language that runs blazingly fast, prevents almost all crashes, and eliminates data races. Some of its features: - Algebraic data types, type inference - Pattern matching and closures - Concurrency without data races - Guaranteed memory safety - Optional garbage collection - Zero-cost abstractions - Minimal runtime - Efficient C bindings -WWW: http://www.rust-lang.org/ +WWW: https://www.rust-lang.org/