Skip to content

Commit

Permalink
transports/quic/Cargo.toml fix authors
Browse files Browse the repository at this point in the history
After 4a317d the code is now completely based on libp2p#1334, thus the
authorship should be set accordingly.
  • Loading branch information
elenaf9 committed Oct 4, 2022
1 parent 85b8bb6 commit 71595d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libp2p-quic"
version = "0.7.0-alpha"
authors = ["David Craven <david@craven.ch>", "Parity Technologies <admin@parity.io>"]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "TLS based QUIC transport implementation for libp2p"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down

0 comments on commit 71595d0

Please sign in to comment.