From 4728f58ba88fad76ddb5ceee64ec26ac58d6cd99 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 18 Sep 2026 19:33:13 +0900 Subject: 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 --- README.md | 22 ++++++---------------- internal/rosa/package/hakurei.az | 2 +- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 90aa29a9..9058024f 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,6 @@ -

- - - Yukari - - -

- -

- Go Reference - Gitea Workflow Status -
- Release - MIT License - Website -

+

+ Yukari +

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 diff --git a/internal/rosa/package/hakurei.az b/internal/rosa/package/hakurei.az index 4e9a8d2c..f8b03b74 100644 --- a/internal/rosa/package/hakurei.az +++ b/internal/rosa/package/hakurei.az @@ -4,7 +4,7 @@ package hakurei-source { version# = "0.4.8"; output = remoteGit { - url = "https://git.gensokyo.uk/rosa/hakurei.git"; + url = "https://src.rosa.moe/hakurei"; tag = "v"+version; checksum = "B6aoojyXblZ7eYwdc3Ak3wDbBpu63j8S79Gpiul9Obb8diqzBIJ2qNCgWVH6qLsc"; }; -- cgit v1.3.1