aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-09-18 19:33:13 +0900
committerOphestra <cat@gensokyo.uk>2026-09-18 19:36:12 +0900
commit4728f58ba88fad76ddb5ceee64ec26ac58d6cd99 (patch)
tree73aa9ad03302e522a5aa03299ad1455cb333cfbb /README.md
parent9e2a81774d23214c41181bbd78175530eec73489 (diff)
update canonical Git repository location
This URL was never explicitly in the README document. This change states the canonical Git repository location and removes unreachable URLs. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 6 insertions, 16 deletions
diff --git a/README.md b/README.md
index 90aa29a9..9058024f 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,6 @@
-<p align="center">
- <a href="https://git.gensokyo.uk/rosa/hakurei">
- <picture>
- <img src="https://basement.gensokyo.uk/images/yukari1.png" width="200px" alt="Yukari">
- </picture>
- </a>
-</p>
-
-<p align="center">
- <a href="https://pkg.go.dev/hakurei.app"><img src="https://pkg.go.dev/badge/hakurei.app.svg" alt="Go Reference" /></a>
- <a href="https://git.gensokyo.uk/rosa/hakurei/actions"><img src="https://git.gensokyo.uk/rosa/hakurei/actions/workflows/test.yml/badge.svg?branch=staging&style=flat-square" alt="Gitea Workflow Status" /></a>
- <br/>
- <a href="https://git.gensokyo.uk/rosa/hakurei/releases"><img src="https://img.shields.io/gitea/v/release/rosa/hakurei?gitea_url=https%3A%2F%2Fgit.gensokyo.uk&color=purple" alt="Release" /></a>
- <a href="https://git.gensokyo.uk/rosa/hakurei/src/branch/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-pink" alt="MIT License" /></a>
- <a href="https://hakurei.app"><img src="https://img.shields.io/website?url=https%3A%2F%2Fhakurei.app" alt="Website" /></a>
-</p>
+<p align="center"><a href="https://src.rosa.moe/hakurei"><picture>
+ <img src="https://basement.gensokyo.uk/images/yukari1.png" width="200px" alt="Yukari">
+</picture></a></p>
Hakurei is a tool for running sandboxed desktop applications as dedicated
subordinate users on the Linux kernel. It implements the application container
@@ -24,6 +11,9 @@ Interaction with hakurei happens entirely through structures described by
package [hst](https://pkg.go.dev/hakurei.app/hst). No native API is available
due to internal details of uid isolation.
+Our canonical Git repository is located at https://src.rosa.moe/hakurei.
+There is a mirror of the repository https://git.gensokyo.uk/rosa/hakurei.
+
## Notable Packages
Package [container](https://pkg.go.dev/hakurei.app/container) is general purpose