Skip to content

Commit 67704d7

Browse files
committed
Compensate for gender drift :3
1 parent dcf373d commit 67704d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "enumflags2"
33
version = "0.7.5"
4-
authors = ["maik klein <maikklein@googlemail.com>", "Jakub \"NieDżejkob\" Kądziołka <kuba@kadziolka.net>"]
4+
authors = ["maik klein <maikklein@googlemail.com>", "Maja Kądziołka <maya@compilercrim.es>"]
55
description = "Enum-based bit flags"
66
license = "MIT OR Apache-2.0"
7-
repository = "https://github.com/NieDzejkob/enumflags2"
7+
repository = "https://github.com/meithecatte/enumflags2"
88
readme = "README.md"
99
keywords = ["enum", "bitflag", "flag", "bitflags"]
1010
documentation = "https://docs.rs/enumflags2"

enumflags_derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "enumflags2_derive"
33
version = "0.7.4"
4-
authors = ["maik klein <maikklein@googlemail.com>", "Jakub \"NieDżejkob\" Kądziołka <kuba@kadziolka.net>"]
4+
authors = ["maik klein <maikklein@googlemail.com>", "Maja Kądziołka <maya@compilercrim.es>"]
55
description = "Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
66
license = "MIT OR Apache-2.0"
7-
repository = "https://github.com/NieDzejkob/enumflags2"
7+
repository = "https://github.com/meithecatte/enumflags2"
88
keywords = ["enum", "bitflag", "flag", "bitflags"]
99
edition = "2018"
1010
rust-version = "1.56"

0 commit comments

Comments
 (0)