From d98faa8340f852ea96c7da60cda766db0dd2499c Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 25 Nov 2016 00:28:21 +0100 Subject: l 2 repo-sync: use FQDN for tv's repo --- lass/2configs/repo-sync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix index baa4bb38..76576993 100644 --- a/lass/2configs/repo-sync.nix +++ b/lass/2configs/repo-sync.nix @@ -41,7 +41,7 @@ let mirror.url = "${mirror}${name}"; }; tv = { - origin.url = "http://cgit.ni.i/${name}"; + origin.url = "http://cgit.ni.r/${name}"; mirror.url = "${mirror}${name}"; }; lassulus = { -- cgit v1.2.3