update nmigen.org redirect

pull/30/head
Sebastien Bourdeauducq 2020-04-29 16:20:04 +08:00
parent 1e568b244b
commit 556fda274d
1 changed files with 2 additions and 2 deletions

View File

@ -551,14 +551,14 @@ in
addSSL = true;
useACMEHost = "nixbld.m-labs.hk";
locations."/".extraConfig = ''
return 307 https://github.com/m-labs/nmigen;
return 307 https://m-labs.hk/gateware/nmigen/;
'';
};
"www.nmigen.org" = {
addSSL = true;
useACMEHost = "nixbld.m-labs.hk";
locations."/".extraConfig = ''
return 307 https://github.com/m-labs/nmigen;
return 307 https://m-labs.hk/gateware/nmigen/;
'';
};