Update links to git repository.
This commit is contained in:
parent
af3b0b3c26
commit
c05f4b41cc
|
@ -746,9 +746,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.3.2"
|
||||
version = "4.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "401a4694d2bf92537b6867d94de48c4842089645fdcdf6c71865b175d836e9c2"
|
||||
checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive 4.3.2",
|
||||
|
@ -757,9 +757,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.3.1"
|
||||
version = "4.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980"
|
||||
checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
@ -3509,7 +3509,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tildes-parser"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.bauke.xyz/Bauke/tildes-parser.git?rev=08bf7ed#08bf7ed29e10ba6012afcd57cea263e9f0a707e9"
|
||||
source = "git+https://git.bauke.xyz/tildes-community/tildes-parser.git?rev=08bf7ed#08bf7ed29e10ba6012afcd57cea263e9f0a707e9"
|
||||
dependencies = [
|
||||
"color-eyre",
|
||||
"lazy_static",
|
||||
|
@ -3524,7 +3524,7 @@ dependencies = [
|
|||
"askama",
|
||||
"async-std",
|
||||
"chrono",
|
||||
"clap 4.3.2",
|
||||
"clap 4.3.3",
|
||||
"color-eyre",
|
||||
"dotenvy",
|
||||
"grass",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "tildes-statistics"
|
||||
description = "Statistics for Tildes.net."
|
||||
repository = "https://git.bauke.xyz/Bauke/tildes-statistics"
|
||||
repository = "https://git.bauke.xyz/tildes-community/tildes-statistics"
|
||||
license = "AGPL-3.0-or-later"
|
||||
version = "0.1.0"
|
||||
authors = ["Bauke <me@bauke.xyz>"]
|
||||
|
@ -40,7 +40,7 @@ features = ["encoding", "h1-client-rustls", "middleware-logger"]
|
|||
version = "2.3.2"
|
||||
|
||||
[dependencies.tildes-parser]
|
||||
git = "https://git.bauke.xyz/Bauke/tildes-parser.git"
|
||||
git = "https://git.bauke.xyz/tildes-community/tildes-parser.git"
|
||||
rev = "08bf7ed"
|
||||
|
||||
[dependencies.tracing-subscriber]
|
||||
|
|
|
@ -8,4 +8,4 @@ Found a problem or want to request a new feature? Message [@Bauke](https://tilde
|
|||
|
||||
## License
|
||||
|
||||
Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](https://git.bauke.xyz/Bauke/tildes-statistics/src/branch/main/LICENSE) for more information.
|
||||
Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](https://git.bauke.xyz/tildes-community/tildes-statistics/src/branch/main/LICENSE) for more information.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<p>
|
||||
© Code
|
||||
<a href="https://git.bauke.xyz/Bauke/tildes-statistics">AGPL-3.0-or-later</a>,
|
||||
<a href="https://git.bauke.xyz/tildes-community/tildes-statistics">AGPL-3.0-or-later</a>,
|
||||
charts & data
|
||||
<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a>.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue