summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-11-25 00:28:21 +0100
committerlassulus <lass@aidsballs.de>2016-11-25 00:28:21 +0100
commitd98faa8340f852ea96c7da60cda766db0dd2499c (patch)
tree5d86ee573a2cd8f0d7bfd1522b7edce2c4faa642
parent77cb4502d7b1692fdb22923dca6ef9c11d046860 (diff)
l 2 repo-sync: use FQDN for tv's repo
-rw-r--r--lass/2configs/repo-sync.nix2
1 files changed, 1 insertions, 1 deletions
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 = {