# HG changeset patch # User Jesse Hallett # Date 1425608735 28800 # Node ID 83fc6947aa3c0b1adcd5f6374e5c6692df9dfe31 # Parent 30ce6e9d3e91cc82e6de642ca6c9eb64b6d41abd Fixes email address in Cargo.toml metadata, removes license-file key diff -r 30ce6e9d3e91 -r 83fc6947aa3c Cargo.toml --- a/Cargo.toml Thu Mar 05 18:06:20 2015 -0800 +++ b/Cargo.toml Thu Mar 05 18:25:35 2015 -0800 @@ -3,14 +3,13 @@ name = "pam" description = "PAM bindings for Rust" version = "0.0.1" -authors = [ "Jesse Hallett " ] documentation = "http://doc.rust-lang.org/pam" homepage = "https://github.com/tozny/rust-pam" repository = "https://github.com/tozny/rust-pam.git" readme = "README.md" keywords = ["pam", "ffi", "linux", "authentication"] license = "MIT" -license-file = "LICENSE" [lib]