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"
|
||||
documentation = "https://docs.rs/kanidm_client/latest/kanidm_client/"
|
||||
homepage = "https://github.com/Firstyear/kanidm/"
|
||||
repostiory = "https://github.com/Firstyear/kanidm/"
|
||||
repository = "https://github.com/Firstyear/kanidm/"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MPL-2.0"
|
|||
description = "Kanidm Protocol Bindings for serde"
|
||||
documentation = "https://docs.rs/kanidm_proto/latest/kanidm_proto/"
|
||||
homepage = "https://github.com/Firstyear/kanidm/"
|
||||
repostiory = "https://github.com/Firstyear/kanidm/"
|
||||
repository = "https://github.com/Firstyear/kanidm/"
|
||||
|
||||
[dependencies]
|
||||
serde = "1.0"
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MPL-2.0"
|
|||
description = "Kanidm Client Tools"
|
||||
documentation = "https://docs.rs/kanidm_tools/latest/kanidm_tools/"
|
||||
homepage = "https://github.com/Firstyear/kanidm/"
|
||||
repostiory = "https://github.com/Firstyear/kanidm/"
|
||||
repository = "https://github.com/Firstyear/kanidm/"
|
||||
|
||||
[[bin]]
|
||||
name = "kanidm"
|
||||
|
|
|
@ -10,7 +10,7 @@ license = "MPL-2.0"
|
|||
description = "Kanidm Server Library and Binary"
|
||||
documentation = "https://docs.rs/kanidm/latest/kanidm/"
|
||||
homepage = "https://github.com/Firstyear/kanidm/"
|
||||
repostiory = "https://github.com/Firstyear/kanidm/"
|
||||
repository = "https://github.com/Firstyear/kanidm/"
|
||||
|
||||
[lib]
|
||||
name = "kanidm"
|
||||
|
|
Loading…
Reference in a new issue