From df921a105f625c5c46306713104e192034ab4a54 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Thu, 1 Nov 2012 11:59:53 +1000 Subject: [PATCH] Update metadata attributes --- src/omath.rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/omath.rc b/src/omath.rc index ae9a357..46ac37f 100644 --- a/src/omath.rc +++ b/src/omath.rc @@ -1,8 +1,9 @@ #[link(name = "omath", vers = "0.1", - author = "Brendan Zabarauskas")]; + author = "Brendan Zabarauskas", + url = "https://github.com/bjz/omath-rs")]; -#[comment = "Linear algebra library for Rust. Incomplete and probably buggy."]; +#[comment = "A generic linear algebra library."]; #[license = "APL2"]; #[crate_type = "lib"];