Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
changed license, updated documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Dec 27, 2018
1 parent 9fd0cf0 commit 701315f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
6 changes: 3 additions & 3 deletions util/EIP-712/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "eip-712"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
repository = "https://github.com/paritytech/eip-712"
documentation = "https://docs.rs/eip712"
repository = "https://github.com/paritytech/parity-ethereum"
documentation = "https://docs.rs/eip-712"
readme = "README.md"
description = "eip-712 encoding"
keywords = ["eip-712", "eip712", "eip"]
license = "MIT"
license = "GPL-3.0"
edition = "2018"

[dependencies]
Expand Down
7 changes: 0 additions & 7 deletions util/EIP-712/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion util/EIP-712/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ fn main() {

This crate is distributed under the terms of GNU GENERAL PUBLIC LICENSE version 3.0.

See [LICENSE](LICENSE) for details.
See [LICENSE](../../LICENSE) for details.

0 comments on commit 701315f

Please sign in to comment.