diff options
author | 2025-05-27 19:32:15 +0200 | |
---|---|---|
committer | 2025-05-27 19:32:15 +0200 | |
commit | 98a35fff2616d4d5470b5950516825fc11637c64 (patch) | |
tree | 998d2e87758e43368c479172d47a3fe44359ba7a /CODE-OF-CONDUCT.md | |
parent | a566e4f9249461efbea9adc9d06215c96cef960c (diff) | |
download | zuwu-98a35fff2616d4d5470b5950516825fc11637c64.tar.gz zuwu-98a35fff2616d4d5470b5950516825fc11637c64.tar.bz2 zuwu-98a35fff2616d4d5470b5950516825fc11637c64.tar.lz zuwu-98a35fff2616d4d5470b5950516825fc11637c64.zip |
feat: we moved the mirror
Diffstat (limited to 'CODE-OF-CONDUCT.md')
-rw-r--r-- | CODE-OF-CONDUCT.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md index 2a48685..af56dad 100644 --- a/CODE-OF-CONDUCT.md +++ b/CODE-OF-CONDUCT.md @@ -20,17 +20,19 @@ ### Upstream -The upstream repository is _not_ [github.com/dmpmem/zuwu.git](https://github.com/dmpmem/zuwu.git) - it is [git.estrogen.zone/zuwu.git](https://git.estrogen.zone/zuwu.git/). Github is a "best-effort-basis" mirroring platform, mostly used to bootstrap [git.estrogen.zone/cgit-oci.git](https://git.estrogen.zone/cgit-oci.git/tree/Containerfile?id=df5e75dcd0b30b1e40b49ac01ce6265a592bdfc7#n81)'s shell when built on [git.estrogen.zone](https://git.estrogen.zone). +~~The upstream repository is _not_ [github.com/dmpmem/zuwu.git](https://github.com/dmpmem/zuwu.git) - it is [git.estrogen.zone/zuwu.git](https://git.estrogen.zone/zuwu.git/). Github is a "best-effort-basis" mirroring platform, mostly used to bootstrap [git.estrogen.zone/cgit-oci.git](https://git.estrogen.zone/cgit-oci.git/tree/Containerfile?id=df5e75dcd0b30b1e40b49ac01ce6265a592bdfc7#n81)'s shell when built on [git.estrogen.zone](https://git.estrogen.zone).~~ -Please clone from `https://git.estrogen.zone/zuwu.git`; +Update: The upstream repository still remains [git.estrogen.zone/zuwu.git](https://git.estrogen.zone/zuwu.git/). You should still clone from it; ```sh git clone https://git.estrogen.zone/zuwu.git ``` +however, we accept patches on the new mirror - [codeberg.org/dmpmem/zuwu](https://codeberg.org/dmpmem/zuwu) - for those who do not wish to send an email. + ### Where to submit patches -Send them [as patches](https://git-scm.com/docs/git-send-email) to the email address of [this commit](https://git.estrogen.zone/zuwu.git/commit/?id=4500596485db2cfe6d1f65626644e9692945a6ba), **not** as a Github PR. Please read the rest of this document before doing so, though. +Send them [as patches](https://git-scm.com/docs/git-send-email) to the email address of [this commit](https://git.estrogen.zone/zuwu.git/commit/?id=4500596485db2cfe6d1f65626644e9692945a6ba) - or as a [pull request on codeberg](https://codeberg.org/dmpmem/zuwu/pulls). Please read the rest of this document before doing so, though. ### AI |