Skip to content

Commit 71dfb89

Browse files
authored
fix: take account of cataclysmbnteam -> cataclysmbn org name changes (#7701)
1 parent dfb5244 commit 71dfb89

File tree

94 files changed

+514
-514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+514
-514
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ body:
1515
1616
| 1. open Options (ESC) -> Debug Menu (a) | 2. open Info (i) |
1717
| :-----------------------------------------: | :-----------------------------------------: |
18-
| ![](https://raw.githubusercontent.com/cataclysmbnteam/Cataclysm-BN/db6467c226f72d804cdcd1c8996f86e872066502/docs/en/contribute/img/readme-bug1.png) | ![](https://raw.githubusercontent.com/cataclysmbnteam/Cataclysm-BN/db6467c226f72d804cdcd1c8996f86e872066502/docs/en/contribute/img/readme-bug2.png) |
18+
| ![](https://raw.githubusercontent.com/cataclysmbn/Cataclysm-BN/db6467c226f72d804cdcd1c8996f86e872066502/docs/en/contribute/img/readme-bug1.png) | ![](https://raw.githubusercontent.com/cataclysmbn/Cataclysm-BN/db6467c226f72d804cdcd1c8996f86e872066502/docs/en/contribute/img/readme-bug2.png) |
1919
| **3. Submit a bug report on github (U)** | **4. An link to issue is generated** |
20-
| ![](https://raw.githubusercontent.com/cataclysmbnteam/Cataclysm-BN/db6467c226f72d804cdcd1c8996f86e872066502/docs/en/contribute/img/readme-bug3.png) | ![](https://raw.githubusercontent.com/cataclysmbnteam/Cataclysm-BN/db6467c226f72d804cdcd1c8996f86e872066502/docs/en/contribute/img/readme-bug4.png) |
20+
| ![](https://raw.githubusercontent.com/cataclysmbn/Cataclysm-BN/db6467c226f72d804cdcd1c8996f86e872066502/docs/en/contribute/img/readme-bug3.png) | ![](https://raw.githubusercontent.com/cataclysmbn/Cataclysm-BN/db6467c226f72d804cdcd1c8996f86e872066502/docs/en/contribute/img/readme-bug4.png) |
2121
2222
- type: textarea
2323
id: describe-bug

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Discussions
4-
url: https://github.com/cataclysmbnteam/Cataclysm-BN/discussions/
4+
url: https://github.com/cataclysmbn/Cataclysm-BN/discussions/
55
about: Questions, simple suggestions, porting DDA features, and more.
66
- name: Official Discord
77
url: https://discord.gg/B5q4XCa

.github/workflows/pull-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
pull-translations:
14-
if: github.repository == 'cataclysmbnteam/Cataclysm-BN'
14+
if: github.repository == 'cataclysmbn/Cataclysm-BN'
1515
runs-on: ubuntu-latest
1616

1717
permissions:

.github/workflows/push-translation-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
push-template:
15-
if: github.repository == 'cataclysmbnteam/Cataclysm-BN'
15+
if: github.repository == 'cataclysmbn/Cataclysm-BN'
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: "Checkout"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if (NOT "${GIT_VERSION}" MATCHES "GIT-NOTFOUND")
9696
build type: ${BUILD_PRESET_NAME}\n\
9797
build number: ${_timestamp}\n\
9898
commit sha: ${_sha1}\n\
99-
commit url: https://github.com/cataclysmbnteam/Cataclysm-BN/commit/${_sha1}"
99+
commit url: https://github.com/cataclysmbn/Cataclysm-BN/commit/${_sha1}"
100100
)
101101
endif ()
102102

README.ja.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ Bright Nightsは、メインゲームに同梱されていないModを簡単に
5353

5454
[![Source Code][source-badge]][source] [![Zip Archive][clone-badge]][clone]
5555

56-
[stable-releases]: https://github.com/cataclysmbnteam/Cataclysm-BN/releases/latest "安定版の実行ファイルをダウンロード"
57-
[stable-releases-badge]: https://img.shields.io/github/v/release/cataclysmbnteam/Cataclysm-BN?style=for-the-badge&color=success&label=stable
58-
[all-releases]: https://github.com/cataclysmbnteam/Cataclysm-BN/releases?q=prerelease%3Atrue&expanded=true
59-
[all-releases-badge]: https://img.shields.io/github/v/release/cataclysmbnteam/Cataclysm-BN?style=for-the-badge&color=important&label=Latest%20Release&include_prereleases&sort=date
60-
[experimental-releases]: https://github.com/cataclysmbnteam/Cataclysm-BN/releases/tag/experimental
61-
[experimental-badge]: https://img.shields.io/github/v/release/cataclysmbnteam/Cataclysm-BN?style=for-the-badge&color=salmon&label=Experimental%20Release&include_prereleases&sort=date
56+
[stable-releases]: https://github.com/cataclysmbn/Cataclysm-BN/releases/latest "安定版の実行ファイルをダウンロード"
57+
[stable-releases-badge]: https://img.shields.io/github/v/release/cataclysmbn/Cataclysm-BN?style=for-the-badge&color=success&label=stable
58+
[all-releases]: https://github.com/cataclysmbn/Cataclysm-BN/releases?q=prerelease%3Atrue&expanded=true
59+
[all-releases-badge]: https://img.shields.io/github/v/release/cataclysmbn/Cataclysm-BN?style=for-the-badge&color=important&label=Latest%20Release&include_prereleases&sort=date
60+
[experimental-releases]: https://github.com/cataclysmbn/Cataclysm-BN/releases/tag/experimental
61+
[experimental-badge]: https://img.shields.io/github/v/release/cataclysmbn/Cataclysm-BN?style=for-the-badge&color=salmon&label=Experimental%20Release&include_prereleases&sort=date
6262
[flathub-releases]: https://flathub.org/apps/org.cataclysmbn.CataclysmBN
6363
[flathub-badge]: https://img.shields.io/flathub/v/org.cataclysmbn.CataclysmBN?style=for-the-badge&color=success
64-
[source]: https://github.com/cataclysmbnteam/Cataclysm-BN/archive/master.zip "ソースコードは.zip形式のアーカイブとしてダウンロードできます"
64+
[source]: https://github.com/cataclysmbn/Cataclysm-BN/archive/master.zip "ソースコードは.zip形式のアーカイブとしてダウンロードできます"
6565
[source-badge]: https://img.shields.io/badge/Zip%20Archive-black?style=for-the-badge&logo=github
66-
[clone]: https://github.com/cataclysmbnteam/Cataclysm-BN/ "GitHubリポジトリからクローンする"
66+
[clone]: https://github.com/cataclysmbn/Cataclysm-BN/ "GitHubリポジトリからクローンする"
6767
[clone-badge]: https://img.shields.io/badge/Clone%20From%20Repo-black?style=for-the-badge&logo=github
6868

6969
## ビルド方法
@@ -99,7 +99,7 @@ Bright Nightsは、メインゲームに同梱されていないModを簡単に
9999
[![Discord](https://img.shields.io/discord/830879262763909202?style=for-the-badge&logo=discord)][discord]
100100
[![Discussions](https://img.shields.io/badge/CDDA%20Modding-green?style=for-the-badge&logo=discord)][modding]
101101

102-
[discussion]: https://github.com/cataclysmbnteam/Cataclysm-BN/discussions
102+
[discussion]: https://github.com/cataclysmbn/Cataclysm-BN/discussions
103103
[discord]: https://discord.gg/XW7XhXuZ89
104104
[modding]: https://discord.gg/B5q4XCa "非公式のDDAモッディングコミュニティDiscordにはBNチャンネルがあります"
105105
[docs]: https://docs.cataclysmbn.org "公式BNドキュメント"
@@ -144,7 +144,7 @@ savesフォルダ、memorial、graveyardなどは削除しないでください!
144144

145145
#### バグを見つけました。どうすればよいですか?
146146

147-
[バグレポート](https://github.com/cataclysmbnteam/Cataclysm-BN/issues/new?template=bug_report.yml)は、デバッグメニューから送信できます。
147+
[バグレポート](https://github.com/cataclysmbn/Cataclysm-BN/issues/new?template=bug_report.yml)は、デバッグメニューから送信できます。
148148

149149
ゲーム内で`GitHubでバグ報告を提出する` を実行して問題を送信してください。
150150

@@ -159,8 +159,8 @@ savesフォルダ、memorial、graveyardなどは削除しないでください!
159159
#### 提案をしたいのですが、どうすればよいですか?
160160

161161
- シンプルなアイデアの場合
162-
[Discussionsページ](https://github.com/cataclysmbnteam/Cataclysm-BN/discussions/categories/ideas)
162+
[Discussionsページ](https://github.com/cataclysmbn/Cataclysm-BN/discussions/categories/ideas)
163163
をご覧ください。新機能、移植リクエスト、Modアイデア、その他何でも構いません。
164-
- [GitHubページ](https://github.com/cataclysmbnteam/Cataclysm-BN/issues/)
165-
[新機能リクエストフォーム](https://github.com/cataclysmbnteam/Cataclysm-BN/issues/new?
164+
- [GitHubページ](https://github.com/cataclysmbn/Cataclysm-BN/issues/)
165+
[新機能リクエストフォーム](https://github.com/cataclysmbn/Cataclysm-BN/issues/new?
166166
template=feature_request.yml)を使用して問題を送信してください。

README.ko.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939

4040
[![Source Code][source-badge]][source] [![Zip Archive][clone-badge]][clone]
4141

42-
[stable-releases]: https://github.com/cataclysmbnteam/Cataclysm-BN/releases/latest "안정판 실행 파일 내려받기"
43-
[stable-releases-badge]: https://img.shields.io/github/v/release/cataclysmbnteam/Cataclysm-BN?style=for-the-badge&color=success&label=안정판
44-
[all-releases]: https://github.com/cataclysmbnteam/Cataclysm-BN/releases?q=prerelease%3Atrue&expanded=true "실험판 실행 파일 내려받기"
45-
[all-releases-badge]: https://img.shields.io/github/v/release/cataclysmbnteam/Cataclysm-BN?style=for-the-badge&color=important&label=최신%20실험판&include_prereleases&sort=date
46-
[experimental-releases]: https://github.com/cataclysmbnteam/Cataclysm-BN/releases/tag/experimental
47-
[experimental-badge]: https://img.shields.io/github/v/release/cataclysmbnteam/Cataclysm-BN?style=for-the-badge&color=salmon&label=Experimental%20Release&include_prereleases&sort=date
48-
[source]: https://github.com/cataclysmbnteam/Cataclysm-BN/archive/master.zip "소스 코드를 .zip 아카이브로 다운로드할 수 있습니다"
42+
[stable-releases]: https://github.com/cataclysmbn/Cataclysm-BN/releases/latest "안정판 실행 파일 내려받기"
43+
[stable-releases-badge]: https://img.shields.io/github/v/release/cataclysmbn/Cataclysm-BN?style=for-the-badge&color=success&label=안정판
44+
[all-releases]: https://github.com/cataclysmbn/Cataclysm-BN/releases?q=prerelease%3Atrue&expanded=true "실험판 실행 파일 내려받기"
45+
[all-releases-badge]: https://img.shields.io/github/v/release/cataclysmbn/Cataclysm-BN?style=for-the-badge&color=important&label=최신%20실험판&include_prereleases&sort=date
46+
[experimental-releases]: https://github.com/cataclysmbn/Cataclysm-BN/releases/tag/experimental
47+
[experimental-badge]: https://img.shields.io/github/v/release/cataclysmbn/Cataclysm-BN?style=for-the-badge&color=salmon&label=Experimental%20Release&include_prereleases&sort=date
48+
[source]: https://github.com/cataclysmbn/Cataclysm-BN/archive/master.zip "소스 코드를 .zip 아카이브로 다운로드할 수 있습니다"
4949
[source-badge]: https://img.shields.io/badge/ZIP%20아카이브로%20내려받기-black?style=for-the-badge&logo=github
50-
[clone]: https://github.com/cataclysmbnteam/Cataclysm-BN/ "GitHub 저장소에서 클론할 수 있습니다"
50+
[clone]: https://github.com/cataclysmbn/Cataclysm-BN/ "GitHub 저장소에서 클론할 수 있습니다"
5151
[clone-badge]: https://img.shields.io/badge/저장소에서%20클론하기-black?style=for-the-badge&logo=github
5252

5353
## 빌드하기
@@ -87,7 +87,7 @@
8787
[![Discord](https://img.shields.io/discord/830879262763909202?style=for-the-badge&logo=discord&label=공식%20디스코드%20서버)][discord]
8888
[![Discussions](https://img.shields.io/badge/CDDA%20모딩%20커뮤니티-green?style=for-the-badge&logo=discord)][modding]
8989

90-
[discussion]: https://github.com/cataclysmbnteam/cataclysm-BN/discussions
90+
[discussion]: https://github.com/cataclysmbn/cataclysm-BN/discussions
9191
[discord]: https://discord.gg/XW7XhXuZ89
9292
[modding]: https://discord.gg/B5q4XCa "비공식 DDA모딩 커뮤니티에도 BN 채널이 있습니다."
9393
[docs]: https://docs.cataclysmbn.org "공식 BN 개발문서"
@@ -111,7 +111,7 @@
111111
#### 버그를 발견했어요. 어떻게 해야 하나요?
112112

113113
디버그 메뉴에서
114-
[버그 리포트](https://github.com/cataclysmbnteam/cataclysm-BN/issues/new?template=bug_report.yml)
114+
[버그 리포트](https://github.com/cataclysmbn/cataclysm-BN/issues/new?template=bug_report.yml)
115115
제출할 수 있습니다.
116116

117117
게임 내에서 `Submit a bug report on github`를 실행하여 이슈를 제출할 수 있습니다.
@@ -126,5 +126,5 @@
126126

127127
#### 제안을 하고 싶어요. 어떻게 해야 하나요?
128128

129-
[토론 페이지](https://github.com/cataclysmbnteam/cataclysm-BN/discussions/categories/ideas)에서
129+
[토론 페이지](https://github.com/cataclysmbn/cataclysm-BN/discussions/categories/ideas)에서
130130
아이디어를 제안할 수 있습니다. 새 기능, 포팅 요청, 모드 아이디어, 무엇이든지요!

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ Bright Nights uses a [mod registry](https://mods.cataclysmbn.org/) for easier di
5858

5959
[![Source Code][source-badge]][source] [![Zip Archive][clone-badge]][clone]
6060

61-
[stable-releases]: https://github.com/cataclysmbnteam/Cataclysm-BN/releases/latest "Download stable executable"
62-
[stable-releases-badge]: https://img.shields.io/github/v/release/cataclysmbnteam/Cataclysm-BN?style=for-the-badge&color=success&label=stable
63-
[all-releases]: https://github.com/cataclysmbnteam/Cataclysm-BN/releases?q=prerelease%3Atrue&expanded=true
64-
[all-releases-badge]: https://img.shields.io/github/v/release/cataclysmbnteam/Cataclysm-BN?style=for-the-badge&color=important&label=Latest%20Release&include_prereleases&sort=date
65-
[experimental-releases]: https://github.com/cataclysmbnteam/Cataclysm-BN/releases/tag/experimental
66-
[experimental-badge]: https://img.shields.io/github/v/release/cataclysmbnteam/Cataclysm-BN?style=for-the-badge&color=salmon&label=Experimental%20Release&include_prereleases&sort=date
61+
[stable-releases]: https://github.com/cataclysmbn/Cataclysm-BN/releases/latest "Download stable executable"
62+
[stable-releases-badge]: https://img.shields.io/github/v/release/cataclysmbn/Cataclysm-BN?style=for-the-badge&color=success&label=stable
63+
[all-releases]: https://github.com/cataclysmbn/Cataclysm-BN/releases?q=prerelease%3Atrue&expanded=true
64+
[all-releases-badge]: https://img.shields.io/github/v/release/cataclysmbn/Cataclysm-BN?style=for-the-badge&color=important&label=Latest%20Release&include_prereleases&sort=date
65+
[experimental-releases]: https://github.com/cataclysmbn/Cataclysm-BN/releases/tag/experimental
66+
[experimental-badge]: https://img.shields.io/github/v/release/cataclysmbn/Cataclysm-BN?style=for-the-badge&color=salmon&label=Experimental%20Release&include_prereleases&sort=date
6767
[flathub-releases]: https://flathub.org/apps/org.cataclysmbn.CataclysmBN
6868
[flathub-badge]: https://img.shields.io/flathub/v/org.cataclysmbn.CataclysmBN?style=for-the-badge&color=success
69-
[source]: https://github.com/cataclysmbnteam/Cataclysm-BN/archive/master.zip "The source can be downloaded as a .zip archive"
69+
[source]: https://github.com/cataclysmbn/Cataclysm-BN/archive/master.zip "The source can be downloaded as a .zip archive"
7070
[source-badge]: https://img.shields.io/badge/Zip%20Archive-black?style=for-the-badge&logo=github
71-
[clone]: https://github.com/cataclysmbnteam/Cataclysm-BN/ "clone from our GitHub repo"
71+
[clone]: https://github.com/cataclysmbn/Cataclysm-BN/ "clone from our GitHub repo"
7272
[clone-badge]: https://img.shields.io/badge/Clone%20From%20Repo-black?style=for-the-badge&logo=github
7373

7474
## Building
@@ -108,7 +108,7 @@ in markdown format. You can also
108108
[![Discord](https://img.shields.io/discord/830879262763909202?style=for-the-badge&logo=discord)][discord]
109109
[![Discussions](https://img.shields.io/badge/CDDA%20Modding-green?style=for-the-badge&logo=discord)][modding]
110110

111-
[discussion]: https://github.com/cataclysmbnteam/Cataclysm-BN/discussions
111+
[discussion]: https://github.com/cataclysmbn/Cataclysm-BN/discussions
112112
[discord]: https://discord.gg/XW7XhXuZ89
113113
[modding]: https://discord.gg/B5q4XCa "Unofficial DDA modding community discord has a BN channel"
114114
[docs]: https://docs.cataclysmbn.org "Official BN documentation"
@@ -157,7 +157,7 @@ Alternatively, you can always use the Catapult launcher and let it handle updati
157157

158158
#### I've found a bug. What should I do?
159159

160-
[Bug report](https://github.com/cataclysmbnteam/Cataclysm-BN/issues/new?template=bug_report.yml) can
160+
[Bug report](https://github.com/cataclysmbn/Cataclysm-BN/issues/new?template=bug_report.yml) can
161161
be submitted via debug menu.
162162

163163
Run `Submit a bug report on github` inside the game to submit an issue.
@@ -173,8 +173,8 @@ It will open a bug report on browser with `Version and configuration` filled in.
173173
#### I would like to make a suggestion. What should I do?
174174

175175
- For simple ideas: please visit
176-
[our Discussions page](https://github.com/cataclysmbnteam/Cataclysm-BN/discussions/categories/ideas).
176+
[our Discussions page](https://github.com/cataclysmbn/Cataclysm-BN/discussions/categories/ideas).
177177
It could be a new feature, a port request, a mod idea, or anything else.
178178
- Please submit an issue on
179-
[our GitHub page](https://github.com/cataclysmbnteam/Cataclysm-BN/issues/) using
180-
[feature request form](https://github.com/cataclysmbnteam/Cataclysm-BN/issues/new?template=feature_request.yml).
179+
[our GitHub page](https://github.com/cataclysmbn/Cataclysm-BN/issues/) using
180+
[feature request form](https://github.com/cataclysmbn/Cataclysm-BN/issues/new?template=feature_request.yml).

data/XDG/org.cataclysmbn.CataclysmBN.metainfo.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</content_rating>
7070
<releases>
7171
<release version="0.9.1" date="2025-11-14">
72-
<url type="details">https://github.com/cataclysmbnteam/Cataclysm-BN/releases/tag/v0.9.1</url>
72+
<url type="details">https://github.com/cataclysmbn/Cataclysm-BN/releases/tag/v0.9.1</url>
7373
<description>
7474
<p>Notable Changes</p>
7575
<ul>
@@ -80,7 +80,7 @@
8080
</description>
8181
</release>
8282
<release version="0.9.0" date="2025-11-13">
83-
<url type="details">https://github.com/cataclysmbnteam/Cataclysm-BN/releases/tag/v0.9.0</url>
83+
<url type="details">https://github.com/cataclysmbn/Cataclysm-BN/releases/tag/v0.9.0</url>
8484
<description>
8585
<p>Notable Changes</p>
8686
<ul>
@@ -97,7 +97,7 @@
9797
</description>
9898
</release>
9999
<release version="0.8.0" date="2025-04-28">
100-
<url type="details">https://github.com/cataclysmbnteam/Cataclysm-BN/releases/tag/v0.8.0</url>
100+
<url type="details">https://github.com/cataclysmbn/Cataclysm-BN/releases/tag/v0.8.0</url>
101101
<description>
102102
<p>Notable Changes</p>
103103
<ul>
@@ -114,7 +114,7 @@
114114
</description>
115115
</release>
116116
<release version="0.7.1" date="2025-03-18">
117-
<url type="details">https://github.com/cataclysmbnteam/Cataclysm-BN/releases/tag/v0.7.1</url>
117+
<url type="details">https://github.com/cataclysmbn/Cataclysm-BN/releases/tag/v0.7.1</url>
118118
<description>
119119
<p>Notable Changes</p>
120120
<ul>
@@ -130,7 +130,7 @@
130130
</description>
131131
</release>
132132
<release version="0.7" date="2025-01-18">
133-
<url type="details">https://github.com/cataclysmbnteam/Cataclysm-BN/releases/tag/v0.7.0</url>
133+
<url type="details">https://github.com/cataclysmbn/Cataclysm-BN/releases/tag/v0.7.0</url>
134134
<description>
135135
<p>Notable Changes</p>
136136
<ul>
@@ -151,16 +151,16 @@
151151
https://www.cataclysmbn.org
152152
</url>
153153
<url type="bugtracker">
154-
https://github.com/cataclysmbnteam/Cataclysm-BN/issues
154+
https://github.com/cataclysmbn/Cataclysm-BN/issues
155155
</url>
156156
<url type="vcs-browser">
157-
https://github.com/cataclysmbnteam/Cataclysm-BN
157+
https://github.com/cataclysmbn/Cataclysm-BN
158158
</url>
159159
<launchable type="desktop-id">org.cataclysmbn.CataclysmBN.desktop</launchable>
160160
<screenshots>
161161
<screenshot type="default" xml:lang="en">
162162
<caption>Screenshots from the playthroughs of (clock-wise order) Chaosvolt x2, ExecutorBill, and Scarf005.</caption>
163-
<image>https://raw.githubusercontent.com/cataclysmbnteam/Cataclysm-BN/cb3a3769dc76a3cfd730c190a068f329fc8de2e9/doc/src/content/docs/en/contribute/img/readme-title.png</image>
163+
<image>https://raw.githubusercontent.com/cataclysmbn/Cataclysm-BN/cb3a3769dc76a3cfd730c190a068f329fc8de2e9/doc/src/content/docs/en/contribute/img/readme-title.png</image>
164164
</screenshot>
165165
</screenshots>
166166
</component>

data/credits/en.credits

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<color_yellow>Cataclysm: Dark Days Ahead Development Team</color> - For providing solid foundation for fork and for help.
1818

1919
<color_white>For a full list of contributors please see:</color>
20-
<color_cyan>https://github.com/cataclysmbnteam/Cataclysm-BN/contributors</color>
20+
<color_cyan>https://github.com/cataclysmbn/Cataclysm-BN/contributors</color>
2121

2222
<color_light_cyan>Cataclysm</color>: <color_light_blue>Bright Nights</color> is released under <color_white>CC-BY-SA 3.0</color>:
2323
<color_cyan>https://creativecommons.org/licenses/by-sa/3.0/</color>

0 commit comments

Comments
 (0)