From 43ddf741618f3ffaae4d00651c81f867d00f4b1e Mon Sep 17 00:00:00 2001 From: crapStone Date: Mon, 21 Mar 2022 22:00:44 +0100 Subject: [PATCH] Change github-urls to codeberg (#1238) closes #1237 Co-authored-by: crapStone Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1238 Reviewed-by: Epsilon_02 --- CHANGELOG.md | 8 ++++---- assets/translations/en_us.json | 2 +- frontend/src-tauri/Cargo.toml | 2 +- frontend/src-wasm/Cargo.toml | 2 +- .../app/components/report-bug/report-bug.component.html | 4 ++-- webserver/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c36d4bb..c5be3d18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## [v0.5.1](https://github.com/Calciumdibromid/CaBr2/releases/tag/v0.5.1) - 2022-02-02 +## [v0.5.1](https://codeberg.org/Calciumdibromid/CaBr2/releases/tag/v0.5.1) - 2022-02-02 * BUGFIXES * Add migration of config in local storage (#1127) -## [v0.5.0](https://github.com/Calciumdibromid/CaBr2/releases/tag/v0.5.0) - 2022-02-02 +## [v0.5.0](https://codeberg.org/Calciumdibromid/CaBr2/releases/tag/v0.5.0) - 2022-02-02 * FEATURES * Introduce NGXS (#1048) @@ -39,7 +39,7 @@ * Update Develop and Build instructions (#826) * MISC -## [v0.4.1](https://github.com/Calciumdibromid/CaBr2/releases/tag/v0.4.1) - 2022-01-15 +## [v0.4.1](https://codeberg.org/Calciumdibromid/CaBr2/releases/tag/v0.4.1) - 2022-01-15 * ENHANCEMENTS * Add signature and location, date to preview and template (#1009) @@ -57,7 +57,7 @@ * Update wasm dependencies (#1003) * Add codespell into backend & frontend pipeline (#990) -## [v0.4.0](https://github.com/Calciumdibromid/CaBr2/releases/tag/v0.4.0) - 2021-09-20 +## [v0.4.0](https://codeberg.org/Calciumdibromid/CaBr2/releases/tag/v0.4.0) - 2021-09-20 * FEATURES * Add angular splashscreen on app loading (#802) diff --git a/assets/translations/en_us.json b/assets/translations/en_us.json index f0cb9f068..25ba434c6 100644 --- a/assets/translations/en_us.json +++ b/assets/translations/en_us.json @@ -33,7 +33,7 @@ "bugreport": { "title": "Report a bug", "sentence": "Report a bug on following email:", - "githubSentence": "Alternatively you can open an issue in Github:" + "codebergSentence": "Alternatively you can open an issue in Codeberg:" }, "header": { "docTitle": "Document title:", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index 243c20804..c5e31cfac 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "6543 <6543@obermui.de>", ] license = "GPLv3+" -repository = "https://github.com/Calciumdibromid/CaBr2/" +repository = "https://codeberg.org/Calciumdibromid/CaBr2" default-run = "cabr2" edition = "2021" build = "src/build.rs" diff --git a/frontend/src-wasm/Cargo.toml b/frontend/src-wasm/Cargo.toml index 131d101f0..6feaffb75 100644 --- a/frontend/src-wasm/Cargo.toml +++ b/frontend/src-wasm/Cargo.toml @@ -7,7 +7,7 @@ authors = [ "crapStone ", ] license = "GPLv3+" -repository = "https://github.com/Calciumdibromid/CaBr2/" +repository = "https://codeberg.org/Calciumdibromid/CaBr2" [lib] crate-type = ["cdylib", "rlib"] diff --git a/frontend/src/app/components/report-bug/report-bug.component.html b/frontend/src/app/components/report-bug/report-bug.component.html index 4849798db..924a7471c 100644 --- a/frontend/src/app/components/report-bug/report-bug.component.html +++ b/frontend/src/app/components/report-bug/report-bug.component.html @@ -2,8 +2,8 @@

{{ t('bugreport.title') }}

{{ t('bugreport.sentence') }} cabr2.help@gmail.com

- {{ t('bugreport.githubSentence') }} - CaBr2 GitHub + {{ t('bugreport.codebergSentence') }} + CaBr2 Codeberg

diff --git a/webserver/Cargo.toml b/webserver/Cargo.toml index 6ea7080df..899138ec1 100644 --- a/webserver/Cargo.toml +++ b/webserver/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "6543 <6543@obermui.de>", ] license = "GPLv3+" -repository = "https://github.com/Calciumdibromid/CaBr2/" +repository = "https://codeberg.org/Calciumdibromid/CaBr2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html