aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bfb3429..5460c40 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ In `flake.nix` (home-manager as NixOS module in this example):
inputs.nixpkgs.follows = "nixpkgs";
};
reposync = {
- url = "git+https://git.tjkeller.xyz/hm-reposync";
+ url = "git://git.tjkeller.xyz/hm-reposync";
inputs.nixpkgs.follows = "nixpkgs";
};
};