diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-06-12 03:43:06 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-06-12 03:43:06 -0700 |
commit | de29f9b444d52bf07b6c378dd1296792916b48d2 (patch) | |
tree | 62503e53c322c7760b82e2406c39e667a66139fb | |
parent | e5ad8de2d94e33c262de5c573a3be0d89330e1d7 (diff) | |
parent | 993928cfcc32c7e6cd553bc1e83041742d158a78 (diff) |
Merge pull request #1441 from TheBlueMatt/gitian-downloader
Fix broken config files
-rw-r--r-- | contrib/gitian-downloader/linux-download-config | 2 | ||||
-rw-r--r-- | contrib/gitian-downloader/win32-download-config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian-downloader/linux-download-config b/contrib/gitian-downloader/linux-download-config index 88e48e2c23..aef614d0ca 100644 --- a/contrib/gitian-downloader/linux-download-config +++ b/contrib/gitian-downloader/linux-download-config @@ -31,7 +31,7 @@ signers: weight: 40 name: "Gavin Andresen" key: gavinandresen - 71A3B16735405025D447E8F274810B012346C9A6 + 71A3B16735405025D447E8F274810B012346C9A6: weight: 40 name: "Wladimir J. van der Laan" key: laanwj diff --git a/contrib/gitian-downloader/win32-download-config b/contrib/gitian-downloader/win32-download-config index 595626f28f..0f7032e643 100644 --- a/contrib/gitian-downloader/win32-download-config +++ b/contrib/gitian-downloader/win32-download-config @@ -31,7 +31,7 @@ signers: weight: 40 name: "Gavin Andresen" key: gavinandresen - 71A3B16735405025D447E8F274810B012346C9A6 + 71A3B16735405025D447E8F274810B012346C9A6: weight: 40 name: "Wladimir J. van der Laan" key: laanwj |