From 6fcb76423a96bca42520cf80b945a193d2a4c377 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 29 Dec 2025 12:43:45 -0600 Subject: use git:// instead of git+https:// protocol in README example since shallow clones arent functional under https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; -- cgit v1.2.3