Skip to content

Commit

Permalink
update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
anp committed Jul 3, 2020
1 parent b15232b commit 9c734b4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cargo-features = ["named-profiles"] # for coverage
name = "moxie"
version = "0.3.0-pre"
edition = "2018"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Declarative, asynchronous, incremental UI runtime."
repository = "https://github.com/anp/moxie"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-APACHE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018 Adam Perry <[email protected]>
Copyright 2018 Adam Perry <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Adam Perry <[email protected]>
Copyright (c) 2018 Adam Perry <[email protected]>

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion dom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "moxie-dom"
version = "0.3.0-pre"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "TBA"
Expand Down
2 changes: 1 addition & 1 deletion dom/augdom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "augdom"
version = "0.2.0-pre"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "thin DOM wrapper, suitable for use in-browser or for rendering HTML strings anywhere"
Expand Down
2 changes: 1 addition & 1 deletion dom/examples/drivertest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "drivertest"
publish = false
version = "0.1.0-pre"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion dom/examples/ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ssr-poc"
version = "0.1.0"
publish = false
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
edition = "2018"
description = "proof of concept for server-side rendered HTML with moxie-dom"

Expand Down
2 changes: 1 addition & 1 deletion dom/local-wasm-pack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "local-wasm-pack"
version = "0.1.0-pre"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
edition = "2018"
publish = false
description = "uses wasm-pack as a library to have cargo install it for us"
Expand Down
2 changes: 1 addition & 1 deletion dom/raf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "raf"
version = "0.2.0-pre"
edition = "2018"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
license = "MIT/Apache-2.0"
description = "browser event loop scheduler using requestAnimationFrame"
repository = "https://github.com/anp/moxie"
Expand Down
2 changes: 1 addition & 1 deletion illicit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "illicit"
version = "0.10.0-pre"
edition = "2018"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Type-indexed dynamically-scoped singletons."
repository = "https://github.com/anp/moxie"
Expand Down
2 changes: 1 addition & 1 deletion illicit/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "illicit-macro"
version = "0.10.0-pre"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "procedural macros for the illicit crate"
Expand Down
2 changes: 1 addition & 1 deletion mox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mox"
version = "0.3.0-pre"
edition = "2018"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Mockery Of X(ML): a JSX-like macro for moxie."
repository = "https://github.com/anp/moxie"
Expand Down
2 changes: 1 addition & 1 deletion ofl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cargo-features = ["named-profiles"] # for coverage
[package]
name = "ofl"
version = "0.2.0-alpha.0-pre"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "outcome-oriented project task tool, as in 'all task runners are...'"
Expand Down
2 changes: 1 addition & 1 deletion topo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "topo"
version = "0.10.0-pre"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Stable runtime identifiers for repetitive dynamic callgraphs"
Expand Down
2 changes: 1 addition & 1 deletion topo/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "topo-macro"
version = "0.10.0-pre"
authors = ["Adam Perry <[email protected]>"]
authors = ["Adam Perry <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "procedural macros for the topo crate"
Expand Down

0 comments on commit 9c734b4

Please sign in to comment.