summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-08 21:57:23 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-08 21:57:23 +0200
commit87c5bc54d1efb2e3def84e5da5e25ec15952bf06 (patch)
tree534c5fe4688a7db9aaa278272a236ff77eb73aa1 /Cargo.toml
parentd6615ead27ab7784e4ea4e0c7310c577c916c3df (diff)
updated link to repository in cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c77c6db..fd6bf29 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
name = "prettytable-rs"
version = "0.1.0"
description = "A small rust library that print aligned and formatted tables"
-repository = "https://github.com/phsym/tabprint"
+repository = "https://github.com/phsym/prettytable-rs"
readme = "README.md"
authors = [ "Pierre-Henri Symoneaux" ]
keywords = ["tab", "table", "format", "pretty", "aligned"]