From 0a801cfaea48b08dfc63520d63582967f71ce10f Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sun, 17 Oct 2021 14:25:34 +0200 Subject: [PATCH] Update URLs in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1855f0..0351a0a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ To add to your local flake registry: ```sh -nix registry add syndicate "git+https://git.sr.ht/~ehmry/syndicate-flake?ref=trunk" +nix registry add syndicate "git+https://git.syndicate-lang.org/ehmry/syndicate-flake.git?ref=trunk" ``` ## NixOS service @@ -12,7 +12,7 @@ To import the NixOS module: ```nix { # /etc/nixos/flake.nix - inputs.syndicate.url = "git+https://git.sr.ht/~ehmry/syndicate-flake"; + inputs.syndicate.url = "git+https://git.syndicate-lang.org/ehmry/syndicate-flake.git?ref=trunk"; outputs = { self, nixpkgs, syndicate }: {