diff options
author | Till Arnold <throwable42@gmail.com> | 2016-04-07 16:29:16 +0200 |
---|---|---|
committer | Till Arnold <throwable42@gmail.com> | 2016-04-07 16:29:16 +0200 |
commit | 5d4a86a6e39942fb9f42d22e06e044f5c7638f70 (patch) | |
tree | 005139d945ea1a30dc35f87fe10799c1d9fb7296 /Cargo.toml | |
parent | 7743599da6444d7b4eacd86413eee76a9f999a94 (diff) | |
download | nix-5d4a86a6e39942fb9f42d22e06e044f5c7638f70.zip |
Add the repository field to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", |