Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# hover cards. The single approved channel today is GitHub Sponsors;
# additional platforms (Open Collective, Ko-fi, custom URLs) can be
# layered on later by appending their respective keys here.
github: [MicrosoftWindows96]
github: [zagrosi-code]
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
blank_issues_enabled: false
contact_links:
- name: Discussions
url: https://github.com/MicrosoftWindows96/zagrosi/discussions
url: https://github.com/zagrosi-code/zagrosi/discussions
about: General questions, ideas, and conversations belong in Discussions.
- name: Security policy
url: https://github.com/MicrosoftWindows96/zagrosi/security/policy
url: https://github.com/zagrosi-code/zagrosi/security/policy
about: Vulnerabilities are reported privately via the Security policy. Do not open a public issue.
2 changes: 1 addition & 1 deletion BACKERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Zagrosi is independently developed and funded by the people and companies listed below. Their support pays for the time that turns a public roadmap into shipped code.

If you find Zagrosi useful, please consider [becoming a sponsor](https://github.com/sponsors/MicrosoftWindows96). Every contribution, monthly or one-time, goes back into the project.
If you find Zagrosi useful, please consider [becoming a sponsor](https://github.com/sponsors/zagrosi-code). Every contribution, monthly or one-time, goes back into the project.

---

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Code contributors license their work to the maintainer under dual-license terms:

## Maintainer

The lead maintainer goes by the GitHub handle `MicrosoftWindows96`.
The lead maintainer goes by the GitHub handle `zagrosi-code`.

## Code contributors

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["crates/zagrosi-identity/fuzz"]
edition = "2024"
rust-version = "1.91"
license = "AGPL-3.0-or-later"
repository = "https://github.com/MicrosoftWindows96/zagrosi"
repository = "https://github.com/zagrosi-code/zagrosi"
homepage = "https://zagrosi.com"
authors = ["Zagrosi Contributors"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ appVersion: "0.1.0"
kubeVersion: ">=1.30.0"
home: https://zagrosi.com
sources:
- https://github.com/MicrosoftWindows96/zagrosi
- https://github.com/zagrosi-code/zagrosi
maintainers:
- name: Zagrosi Contributors
url: https://github.com/MicrosoftWindows96/zagrosi
url: https://github.com/zagrosi-code/zagrosi
email: oss@zagrosi.com
keywords:
- zagrosi
Expand Down
4 changes: 2 additions & 2 deletions documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ All notable changes to Zagrosi are documented in this file. The format follows [
- `documentation/governance.md`: nine-section governance manual covering branch protection, release cadence, issue triage, maintainers, voting, license posture, Code of Conduct enforcement, security disclosure, and trademark. Includes release tooling, drift-detection automation outline, voting worked examples, Code of Conduct outcome catalogue, security GitHub-Temporary-Private-Fork mechanism, supported-versions transition matrix, and trademark worked examples.
- `documentation/CHANGELOG.md`: this file (Keep a Changelog 1.1.0 format).

[Unreleased]: https://github.com/MicrosoftWindows96/zagrosi/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/MicrosoftWindows96/zagrosi/releases/tag/v0.1.0
[Unreleased]: https://github.com/zagrosi-code/zagrosi/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/zagrosi-code/zagrosi/releases/tag/v0.1.0
Loading