mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Add pep. as author
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
cbce8a5e7f
commit
2bf4b5d331
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "xmpp"
|
name = "xmpp"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
authors = [
|
||||||
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||||
|
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||||
|
]
|
||||||
description = "High-level XMPP library"
|
description = "High-level XMPP library"
|
||||||
homepage = "https://gitlab.com/linkmauve/xmpp-rs"
|
homepage = "https://gitlab.com/linkmauve/xmpp-rs"
|
||||||
repository = "https://gitlab.com/linkmauve/xmpp-rs"
|
repository = "https://gitlab.com/linkmauve/xmpp-rs"
|
||||||
|
|
Loading…
Reference in a new issue