Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Change github-urls to codeberg (#1238)
Browse files Browse the repository at this point in the history
closes #1237

Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1238
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
  • Loading branch information
crapStone and crapStone committed Mar 21, 2022
1 parent 4d8ae01 commit 43ddf74
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions 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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/en_us.json
Expand Up @@ -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:",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src-tauri/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src-wasm/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ authors = [
"crapStone <crapstone01@gmail.com>",
]
license = "GPLv3+"
repository = "https://github.com/Calciumdibromid/CaBr2/"
repository = "https://codeberg.org/Calciumdibromid/CaBr2"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
Expand Up @@ -2,8 +2,8 @@
<h2 mat-dialog-title>{{ t('bugreport.title') }}</h2>
<p>{{ t('bugreport.sentence') }} <a (click)="openMail()">cabr2.help@gmail.com</a></p>
<p>
{{ t('bugreport.githubSentence') }}
<a href="https://github.com/Calciumdibromid/CaBr2" target="_blank">CaBr2 GitHub</a>
{{ t('bugreport.codebergSentence') }}
<a href="https://codeberg.org/Calciumdibromid/CaBr2" target="_blank">CaBr2 Codeberg</a>
</p>

<div mat-dialog-actions>
Expand Down
2 changes: 1 addition & 1 deletion webserver/Cargo.toml
Expand Up @@ -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

Expand Down

0 comments on commit 43ddf74

Please sign in to comment.