From 6095b4cd3c71ffadaa1eeaad48178adf90853b2c Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 2 Aug 2022 15:13:50 +0300 Subject: [PATCH] doc: add contact information --- Cargo.toml | 3 ++- README.md | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2cce39..71ee6dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "vnetod" description = "Dotenv state switcher" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "GPL-3.0+" +homepage = "https://github.com/pleshevskiy/vnetod/discussions" repository = "https://git.pleshevski.ru/pleshevskiy/vnetod.git" keywords = ["env", "dotenv", "switcher", "change"] categories = ["command-line-interface", "config", "development-tools"] diff --git a/README.md b/README.md index 9fa37f8..aa4892e 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,13 @@ docker run --rm -it -v $PWD:/data pleshevskiy/vnetod --help nix run git+https://git.pleshevski.ru/pleshevskiy/vnetod -- --help ``` +# Contact me + +- [send feedback](https://github.com/pleshevskiy/vnetod/discussions) +- [make an issue](https://github.com/pleshevskiy/vnetod/issues) +- matrix: @pleshevskiy:matrix.org +- email: dmitriy@ideascup.me + # License GNU General Public License v3.0 or later