diff options
| author | lassulus <lass@aidsballs.de> | 2016-11-25 00:28:21 +0100 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2016-11-25 00:28:21 +0100 |
| commit | d98faa8340f852ea96c7da60cda766db0dd2499c (patch) | |
| tree | 5d86ee573a2cd8f0d7bfd1522b7edce2c4faa642 | |
| parent | 77cb4502d7b1692fdb22923dca6ef9c11d046860 (diff) | |
l 2 repo-sync: use FQDN for tv's repo
| -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 baa4bb380..765769936 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 = { |
