add URLs
This commit is contained in:
parent
310a62cb72
commit
56f52be53e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
//! `config migrate 20240701` subcommand
|
//! `config migrate 20240701` subcommand
|
||||||
|
//! <https://firefish.dev/firefish/firefish/-/issues/10947>
|
||||||
|
|
||||||
#![allow(clippy::type_complexity)]
|
#![allow(clippy::type_complexity)]
|
||||||
|
|
||||||
|
@ -235,7 +236,8 @@ async fn create_new_config(
|
||||||
};
|
};
|
||||||
|
|
||||||
let repository_url = match meta.repository_url.as_ref() {
|
let repository_url = match meta.repository_url.as_ref() {
|
||||||
"https://codeberg.org/firefish/firefish"
|
"https://codeberg.org/calckey/calckey"
|
||||||
|
| "https://codeberg.org/firefish/firefish"
|
||||||
| "https://git.joinfirefish.org/firefish/firefish" => {
|
| "https://git.joinfirefish.org/firefish/firefish" => {
|
||||||
"https://firefish.dev/firefish/firefish".to_owned()
|
"https://firefish.dev/firefish/firefish".to_owned()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue