mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 02:39:21 +00:00
Use correct mail addresses in Cargo.toml
This commit is contained in:
parent
125faa1abb
commit
0ffe2997e5
4 changed files with 8 additions and 8 deletions
|
@ -5,8 +5,8 @@ version = "2.0.0"
|
|||
license = "GPLv3"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
"Eric Förster <efoerster@users.noreply.github.com>",
|
||||
"Patrick Förster <pfoerster@users.noreply.github.com>"]
|
||||
"Eric Förster <eric.foerster@outlook.com>",
|
||||
"Patrick Förster <patrick.foerster@outlook.de>"]
|
||||
edition = "2018"
|
||||
|
||||
[workspace]
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
name = "bibutils-sys"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Eric Förster <efoerster@users.noreply.github.com>",
|
||||
"Patrick Förster <pfoerster@users.noreply.github.com>"]
|
||||
"Eric Förster <eric.foerster@outlook.com>",
|
||||
"Patrick Förster <patrick.foerster@outlook.de>"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
name = "jsonrpc"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Eric Förster <efoerster@users.noreply.github.com>",
|
||||
"Patrick Förster <pfoerster@users.noreply.github.com>"]
|
||||
"Eric Förster <eric.foerster@outlook.com>",
|
||||
"Patrick Förster <patrick.foerster@outlook.de>"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
name = "jsonrpc-derive"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Eric Förster <efoerster@users.noreply.github.com>",
|
||||
"Patrick Förster <pfoerster@users.noreply.github.com>"]
|
||||
"Eric Förster <eric.foerster@outlook.com>",
|
||||
"Patrick Förster <patrick.foerster@outlook.de>"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue