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]
|
[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."
|
description = "A client to manage innernet network interfaces."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://github.com/tonarino/innernet"
|
homepage = "https://github.com/tonarino/innernet"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "client"
|
name = "client"
|
||||||
publish = false
|
publish = false
|
||||||
|
readme = "README.md"
|
||||||
repository = "https://github.com/tonarino/innernet"
|
repository = "https://github.com/tonarino/innernet"
|
||||||
version = "1.5.5"
|
version = "1.5.5"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["Jake McGinty <me@jake.su>"]
|
authors = ["Jake McGinty <me@jakebot.org>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "publicip"
|
name = "publicip"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
|
@ -1,11 +1,18 @@
|
||||||
[package]
|
[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."
|
description = "A server to coordinate innernet networks."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
homepage = "https://github.com/tonarino/innernet"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "server"
|
name = "server"
|
||||||
publish = false
|
publish = false
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/tonarino/innernet"
|
||||||
version = "1.5.5"
|
version = "1.5.5"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
[package]
|
[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"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "shared"
|
name = "shared"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[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"]
|
categories = ["os::unix-apis"]
|
||||||
description = "High level bindings to the WireGuard embeddable C library"
|
description = "High level bindings to the WireGuard embeddable C library"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Reference in New Issue