about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-03-21 02:37:38 +0100
committeraszlig <aszlig@nix.build>2022-03-21 03:53:55 +0100
commit156f09611c25ba073908bd7029afe10a396e62e4 (patch)
treeb91dd37505d16a5212201b7a0f220b9195ff6b68
parent4122a4521aa358d199f2a101c536f79898714f11 (diff)
Switch to new Hydra URL
Since the old URL had all sorts of issues ranging from no HTTP/2 support
to issues with XSRF protection, I decided to move the Hydra instance to
https://hydra.build/ - a domain that I had laying around since years but
didn't use so far.

Signed-off-by: aszlig <aszlig@nix.build>
-rw-r--r--README.md2
-rw-r--r--doc/entities.ent2
-rw-r--r--modules/core/common.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 37d71f5b..5ffab6df 100644
--- a/README.md
+++ b/README.md
@@ -10,4 +10,4 @@ Documentation
 
 You can find the latest build of the documentation here:
 
-https://headcounter.org/hydra/job/openlab/vuizvui/manual/latest/download
+https://hydra.build/job/openlab/vuizvui/manual/latest/download
diff --git a/doc/entities.ent b/doc/entities.ent
index cee77e2d..2c4e8728 100644
--- a/doc/entities.ent
+++ b/doc/entities.ent
@@ -18,5 +18,5 @@
       xlink:href="&openlab.url;">OpenLab Augsburg</link>
 '>
 
-<!ENTITY hydra.base "https://headcounter.org/hydra">
+<!ENTITY hydra.base "https://hydra.build">
 <!ENTITY hydra.channelbase "&hydra.base;/channel/custom/openlab/vuizvui">
diff --git a/modules/core/common.nix b/modules/core/common.nix
index 9d286717..1e942742 100644
--- a/modules/core/common.nix
+++ b/modules/core/common.nix
@@ -46,7 +46,7 @@ in {
 
     nix = {
       settings = {
-        substituters = [ "https://headcounter.org/hydra/" ];
+        substituters = [ "https://hydra.build/" ];
         trusted-public-keys = [
           "headcounter.org:/7YANMvnQnyvcVB6rgFTdb8p5LG1OTXaO+21CaOSBzg="
         ];