doc: add contact information
This commit is contained in:
parent
b67662f6ac
commit
6095b4cd3c
2 changed files with 9 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "vnetod"
|
name = "vnetod"
|
||||||
description = "Dotenv state switcher"
|
description = "Dotenv state switcher"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0+"
|
license = "GPL-3.0+"
|
||||||
|
homepage = "https://github.com/pleshevskiy/vnetod/discussions"
|
||||||
repository = "https://git.pleshevski.ru/pleshevskiy/vnetod.git"
|
repository = "https://git.pleshevski.ru/pleshevskiy/vnetod.git"
|
||||||
keywords = ["env", "dotenv", "switcher", "change"]
|
keywords = ["env", "dotenv", "switcher", "change"]
|
||||||
categories = ["command-line-interface", "config", "development-tools"]
|
categories = ["command-line-interface", "config", "development-tools"]
|
||||||
|
|
|
@ -82,6 +82,13 @@ docker run --rm -it -v $PWD:/data pleshevskiy/vnetod --help
|
||||||
nix run git+https://git.pleshevski.ru/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
|
# License
|
||||||
|
|
||||||
GNU General Public License v3.0 or later
|
GNU General Public License v3.0 or later
|
||||||
|
|
Loading…
Reference in a new issue