summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--mapper/tedge_mapper/Cargo.toml2
-rw-r--r--tedge/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 582f03ce..ef92e63d 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ These are the systems that we currently test on. This does not mean that thin-ed
<!-- ROADMAP -->
# Roadmap
-See the [open issues](hhttps://github.com/thin-edge/thin-edge.io/issues) for a list of proposed features (and known issues).
+See the [open issues](https://github.com/thin-edge/thin-edge.io/issues) for a list of proposed features (and known issues).
<br/>
<br/>
@@ -91,6 +91,6 @@ Distributed under the Apache 2.0 License. See [LICENSE](LICENSE.txt) for more in
Twitter - [@thin_edge_io](https://twitter.com/thin_edge_io)
-Email - [contact_thin_edge_io](mailto:contact_thin_edge_io@softwareag.com)
+Email - [contact_thin_edge_io](mailto:info@thin-edge.io)
Website - [thin-edge.io](https://thin-edge.io) \ No newline at end of file
diff --git a/mapper/tedge_mapper/Cargo.toml b/mapper/tedge_mapper/Cargo.toml
index 04a95be1..96dbcdaf 100644
--- a/mapper/tedge_mapper/Cargo.toml
+++ b/mapper/tedge_mapper/Cargo.toml
@@ -2,7 +2,7 @@
name = "tedge_mapper"
version = "0.1.0"
edition = "2018"
-authors = ["Software AG <thin-edge-team@softwareag.com>"]
+authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
description = "tedge_mapper is the mapper that translates thin-edge.io data model to c8y/az data model."
diff --git a/tedge/Cargo.toml b/tedge/Cargo.toml
index 3a973494..2650c26d 100644
--- a/tedge/Cargo.toml
+++ b/tedge/Cargo.toml
@@ -2,7 +2,7 @@
name = "tedge"
version = "0.1.0"
edition = "2018"
-authors = ["Software AG <thin-edge-team@softwareag.com>"]
+authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
readme = "README.md"
description = "tedge is the cli tool for thin-edge.io"