Skip to content

Commit

Permalink
Cargo: fix links for Blightmud org
Browse files Browse the repository at this point in the history
This repo was moved from my own user to the Blightmud org. This commit
fixes up stale references and adds a comment about the crates-io patch.
  • Loading branch information
cpu committed Nov 11, 2023
1 parent a1ce369 commit 5494770
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description = "low-level Telnet protocol implementation for MUD clients"
version = "2.0.1"
edition = "2018"
readme = "README.md"
homepage = "https://github.com/cpu/libmudtelnet"
repository = "https://github.com/cpu/libmudtelnet"
homepage = "https://github.com/blightmud/libmudtelnet"
repository = "https://github.com/blightmud/libmudtelnet"
documentation = "https://docs.rs/libmudtelnet"
license = "MIT"
keywords = ["telnet", "libtelnet", "mud"]
Expand All @@ -24,4 +24,7 @@ default = ["std"]
std = []

[patch.crates-io]
# We use a fork of libtelnet-rs that has a few patches applied to it to fix bugs also fixed in this repo. If we use
# the vanilla upstream 2.0.0 release our fuzzing/interop testing will fail when we encounter input that tickles
# these unfixed bugs.
libtelnet-rs = { git = "https://github.com/cpu/libtelnet-rs", branch = "cpu-libmudtelnet-compat" }

0 comments on commit 5494770

Please sign in to comment.