summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Arnold <throwable42@gmail.com>2016-04-07 16:29:16 +0200
committerTill Arnold <throwable42@gmail.com>2016-04-07 16:29:16 +0200
commit5d4a86a6e39942fb9f42d22e06e044f5c7638f70 (patch)
tree005139d945ea1a30dc35f87fe10799c1d9fb7296 /Cargo.toml
parent7743599da6444d7b4eacd86413eee76a9f999a94 (diff)
downloadnix-5d4a86a6e39942fb9f42d22e06e044f5c7638f70.zip
Add the repository field to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5cdebc71..2f2663ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,8 @@ name = "nix"
description = "Rust friendly bindings to *nix APIs"
version = "0.5.1-pre"
authors = ["Carl Lerche <me@carllerche.com>"]
-homepage = "https://github.com/carllerche/nix-rust"
+homepage = "https://github.com/nix-rust/nix"
+repository = "https://github.com/nix-rust/nix"
license = "MIT"
exclude = [
".gitignore",