docs: points at the upstream on forgejo instead of gh
This commit is contained in:
parent
73823e84ec
commit
5be082a6a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue