]> git.scottworley.com Git - pinch/commitdiff
git-cache: New fetch URL
authorScott Worley <scottworley@scottworley.com>
Sat, 16 Apr 2022 06:49:44 +0000 (23:49 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 16 Apr 2022 06:54:28 +0000 (23:54 -0700)
Changelog
default.nix

index 8a85e24514230985c76b71481280211881053107..8b09b5606880f0b4a4a9a10eb31b7d8db673b5e3 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
 ## [Unreleased]
 ### Fixed
 - Fix tests after restricted mode support update
+- Fix git-cache fetch URL
 
 
 ## [3.0.7] - 2022-02-01
index a8f4de6348478ce7313cdeb7628b81ac46c49b10..2f0a68920efe08c37bb1ecd6b4332705e551766d 100644 (file)
@@ -24,7 +24,7 @@ let
       pname = "git-cache";
       version = "1.4.1";
       src = fetchgit {
-        url = "https://scottworley.com/git-cache.git";
+        url = "https://git.scottworley.com/pub/git/git-cache";
         rev = "v${version}";
         sha256 = "0ml1myhmd9mw1z5bwni9fhvx7h9dknhmqq4nyci9n5lvrhbmcdc9";
       };