From cda050ff127c113053520cb9b42570c104f7939b Mon Sep 17 00:00:00 2001 From: GuessWhoSamFoo Date: Tue, 6 Aug 2019 11:42:37 -0700 Subject: [PATCH] Change email from octant-dashboard to project-octant Signed-off-by: GuessWhoSamFoo --- .goreleaser.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c29a8d3106..6aebe4bb21 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,7 +22,7 @@ nfpms: - rpm vendor: "VMware" homepage: "https://github.com/vmware/octant" - maintainer: Octant Maintainers + maintainer: Octant Maintainers description: "A web-based, highly extensible platform for developers to better understand the complexity of Kubernetes clusters" license: "Apache 2.0" name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}" diff --git a/README.md b/README.md index 5fb360daf0..23734eb3f1 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Documentation for plugin components can be found in [`docs/plugins`](docs/plugin Feature requests, bug reports, and enhancements are welcome. Contributors, maintainers, and users are encouraged to collaborate through these communication channels: - [Twitter](https://twitter.com/projectoctant) - - [Google group](https://groups.google.com/forum/#!forum/octant-dashboard/) + - [Google group](https://groups.google.com/forum/#!forum/project-octant/) - [Github issues](https://github.com/vmware/octant/issues) ## Contributing