meta: add Brian, Ryo, Matěj as authors, canonicalize Jake's email (#267)
* meta: add Brian, Ryo, Matěj as authors, canonicalize Jake's email Follow-up to #252. * Also update shared/Cargo.toml Co-authored-by: Jake McGinty <me@jakebot.org> --------- Co-authored-by: Jake McGinty <me@jakebot.org>pull/268/head
parent
b3a9718abc
commit
c629e01076
|
@ -1,11 +1,17 @@
|
|||
[package]
|
||||
authors = ["Jake McGinty <me@jakebot.org>"]
|
||||
authors = [
|
||||
"Jake McGinty <me@jakebot.org>",
|
||||
"Brian Schwind <brian@tonari.no>",
|
||||
"Ryo Kawaguchi <ryo@tonari.no>",
|
||||
"Matěj Laitl <matej@tonari.no>",
|
||||
]
|
||||
description = "A client to manage innernet network interfaces."
|
||||
edition = "2021"
|
||||
homepage = "https://github.com/tonarino/innernet"
|
||||
license = "MIT"
|
||||
name = "client"
|
||||
publish = false
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tonarino/innernet"
|
||||
version = "1.5.5"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
authors = ["Jake McGinty <me@jake.su>"]
|
||||
authors = ["Jake McGinty <me@jakebot.org>"]
|
||||
edition = "2021"
|
||||
name = "publicip"
|
||||
version = "0.1.0"
|
||||
|
|
|
@ -1,11 +1,18 @@
|
|||
[package]
|
||||
authors = ["Jake McGinty <me@jakebot.org>"]
|
||||
authors = [
|
||||
"Jake McGinty <me@jakebot.org>",
|
||||
"Brian Schwind <brian@tonari.no>",
|
||||
"Ryo Kawaguchi <ryo@tonari.no>",
|
||||
"Matěj Laitl <matej@tonari.no>",
|
||||
]
|
||||
description = "A server to coordinate innernet networks."
|
||||
edition = "2021"
|
||||
homepage = "https://github.com/tonarino/innernet"
|
||||
license = "MIT"
|
||||
name = "server"
|
||||
publish = false
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tonarino/innernet"
|
||||
version = "1.5.5"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
[package]
|
||||
authors = ["Jake McGinty <me@jake.su>"]
|
||||
authors = [
|
||||
"Jake McGinty <me@jakebot.org>",
|
||||
"Brian Schwind <brian@tonari.no>",
|
||||
"Ryo Kawaguchi <ryo@tonari.no>",
|
||||
"Matěj Laitl <matej@tonari.no>",
|
||||
]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "shared"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
authors = ["K900 <me@0upti.me>", "Jake McGinty <jake@tonari.no>"]
|
||||
authors = ["K900 <me@0upti.me>", "Jake McGinty <me@jakebot.org>"]
|
||||
categories = ["os::unix-apis"]
|
||||
description = "High level bindings to the WireGuard embeddable C library"
|
||||
edition = "2021"
|
||||
|
|
Loading…
Reference in New Issue