diff options
author | lassulus <lass@lassul.us> | 2017-02-06 16:20:45 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-02-09 10:06:18 +0100 |
commit | 96ab457d0985aa9fec742430a285012a797ba8d5 (patch) | |
tree | 326aa062b7992a1fdea37de82376f22ced07a344 /lass/2configs/repo-sync.nix | |
parent | 9439a1579ed84af8b43eb5ddb01b7aa19e060b79 (diff) |
l 2 repo-sync: use lassul.us instead of prism
workaround because cgit http is currently broken on prism
Diffstat (limited to 'lass/2configs/repo-sync.nix')
-rw-r--r-- | lass/2configs/repo-sync.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix index 5b6930c93..83f646130 100644 --- a/lass/2configs/repo-sync.nix +++ b/lass/2configs/repo-sync.nix @@ -49,7 +49,7 @@ let mirror.url = "${mirror}${name}"; }; lassulus = { - origin.url = "http://cgit.prism/${name}"; + origin.url = "http://cgit.lassul.us/${name}"; mirror.url = "${mirror}${name}"; }; "@latest" = { |