mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Cargo: fix repository typo
This commit is contained in:
parent
66b90fd378
commit
bb298968ea
|
@ -7,7 +7,7 @@ license = "MPL-2.0"
|
||||||
description = "Kanidm Client Library"
|
description = "Kanidm Client Library"
|
||||||
documentation = "https://docs.rs/kanidm_client/latest/kanidm_client/"
|
documentation = "https://docs.rs/kanidm_client/latest/kanidm_client/"
|
||||||
homepage = "https://github.com/Firstyear/kanidm/"
|
homepage = "https://github.com/Firstyear/kanidm/"
|
||||||
repostiory = "https://github.com/Firstyear/kanidm/"
|
repository = "https://github.com/Firstyear/kanidm/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
@ -7,7 +7,7 @@ license = "MPL-2.0"
|
||||||
description = "Kanidm Protocol Bindings for serde"
|
description = "Kanidm Protocol Bindings for serde"
|
||||||
documentation = "https://docs.rs/kanidm_proto/latest/kanidm_proto/"
|
documentation = "https://docs.rs/kanidm_proto/latest/kanidm_proto/"
|
||||||
homepage = "https://github.com/Firstyear/kanidm/"
|
homepage = "https://github.com/Firstyear/kanidm/"
|
||||||
repostiory = "https://github.com/Firstyear/kanidm/"
|
repository = "https://github.com/Firstyear/kanidm/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "MPL-2.0"
|
||||||
description = "Kanidm Client Tools"
|
description = "Kanidm Client Tools"
|
||||||
documentation = "https://docs.rs/kanidm_tools/latest/kanidm_tools/"
|
documentation = "https://docs.rs/kanidm_tools/latest/kanidm_tools/"
|
||||||
homepage = "https://github.com/Firstyear/kanidm/"
|
homepage = "https://github.com/Firstyear/kanidm/"
|
||||||
repostiory = "https://github.com/Firstyear/kanidm/"
|
repository = "https://github.com/Firstyear/kanidm/"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "kanidm"
|
name = "kanidm"
|
||||||
|
|
|
@ -10,7 +10,7 @@ license = "MPL-2.0"
|
||||||
description = "Kanidm Server Library and Binary"
|
description = "Kanidm Server Library and Binary"
|
||||||
documentation = "https://docs.rs/kanidm/latest/kanidm/"
|
documentation = "https://docs.rs/kanidm/latest/kanidm/"
|
||||||
homepage = "https://github.com/Firstyear/kanidm/"
|
homepage = "https://github.com/Firstyear/kanidm/"
|
||||||
repostiory = "https://github.com/Firstyear/kanidm/"
|
repository = "https://github.com/Firstyear/kanidm/"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "kanidm"
|
name = "kanidm"
|
||||||
|
|
Loading…
Reference in a new issue