This commit is contained in:
naskya 2024-06-20 11:54:40 +09:00
parent 310a62cb72
commit 56f52be53e
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -1,4 +1,5 @@
//! `config migrate 20240701` subcommand
//! <https://firefish.dev/firefish/firefish/-/issues/10947>
#![allow(clippy::type_complexity)]
@ -235,7 +236,8 @@ async fn create_new_config(
};
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://firefish.dev/firefish/firefish".to_owned()
}