From 5bacc8870b126d199e87756fd80af9e2aab3767a Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Sun, 3 Aug 2025 23:42:35 +0200 Subject: [PATCH] Update repository link in README Signed-off-by: AnErrupTion --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f41e0e0..973a10c 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ designed with portability in mind (e.g. it does not require systemd to run). Join us on Matrix over at [#ly:envs.net](https://matrix.to/#/#ly:envs.net)! -**Note**: Development happens on [Codeberg](https://codeberg.org/AnErrupTion/ly) +**Note**: Development happens on [Codeberg](https://codeberg.org/fairyglade/ly) with a mirror on [GitHub](https://github.com/fairyglade/ly). ## Dependencies @@ -56,7 +56,7 @@ managers, all of which you can find in the sections below: The procedure for manually building Ly is pretty standard: ``` -$ git clone https://codeberg.org/AnErrupTion/ly +$ git clone https://codeberg.org/fairyglade/ly.git $ cd ly $ zig build ```