Skip to content

Commit 85b7afb

Browse files
Update Cargo.toml of rust-pcre2
1 parent 3ec0d49 commit 85b7afb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "pcre2"
33
version = "0.2.9" #:version
4-
authors = ["Andrew Gallant <[email protected]>"]
5-
description = "High level wrapper library for PCRE2."
4+
authors = ["Andrew Gallant <[email protected]>", "fish-shell contributors"]
5+
description = "High level wrapper library for PCRE2, with UTF-32 support."
66
documentation = "https://docs.rs/pcre2"
7-
homepage = "https://github.com/BurntSushi/rust-pcre2"
8-
repository = "https://github.com/BurntSushi/rust-pcre2"
7+
homepage = "https://github.com/fish-shell/rust-pcre2"
8+
repository = "https://github.com/fish-shell/rust-pcre2"
99
readme = "README.md"
1010
keywords = ["pcre", "pcre2", "regex", "jit", "perl"]
1111
license = "Unlicense OR MIT"

pcre2-sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "pcre2-sys"
33
version = "0.2.9" #:version
4-
authors = ["Andrew Gallant <[email protected]>"]
4+
authors = ["Andrew Gallant <[email protected]>", "fish-shell contributors"]
55
description = "Low level bindings to PCRE2."
66
documentation = "https://docs.rs/pcre2-sys"
7-
homepage = "https://github.com/BurntSushi/rust-pcre2"
8-
repository = "https://github.com/BurntSushi/rust-pcre2"
7+
homepage = "https://github.com/fish-shell/rust-pcre2"
8+
repository = "https://github.com/fish-shell/rust-pcre2"
99
readme = "README.md"
1010
keywords = ["pcre", "pcre2", "regex", "jit"]
1111
license = "Unlicense OR MIT"

0 commit comments

Comments
 (0)