From 5be082a6a03436d84c7c07a390674fcbba3564bb Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 9 Apr 2026 21:46:27 +0100 Subject: [PATCH] docs: points at the upstream on forgejo instead of gh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ce03c..25f440b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This will run the site on localhost on the port you've configured, or `8123` by ```nix # flake.nix { - inputs.guestbook.url = "github:llywelwyn/guestbook"; + inputs.guestbook.url = "git+https://git.ily.rs/lew/guestbook"; outputs = { self, nixpkgs, guestbook, ... }: { nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {